Bootstrap:dockerFrom:tensorflow/tensorflow:devel-gpu-py3# sudo singularity build container.sif Singularity%environmentexport SHELL=/bin/bash%postmkdir -p /softwarecd /softwaregit clone https://github.com/cerr/CERR.gitgit clone https://github.com/cerr/aimodels.git
--
You received this message because you are subscribed to the Google Groups "singularity" group.
To unsubscribe from this group and stop receiving emails from it, send an email to singularity...@lbl.gov.
pip install tensorflow==1.12.0
Rutu,
In case you're still having problems, here is our base TensorFlow definition file [1].
Marty
[1]
Rutu,
And as I mentioned previously, if you need to build a custom container for your work, have a look at our definition file [1]. We build TensorFlow with GPU support from source for both python2 and python3.
Marty
[1]
To unsubscribe from this group and stop receiving emails from it, send an email to singu...@lbl.gov.
--
--
You received this message because you are subscribed to the Google Groups "singularity" group.
To unsubscribe from this group and stop receiving emails from it, send an email to singu...@lbl.gov.
Rutu,
There shouldn't be any dialog box that pops up when building the container from the definition file. Are you using a Linux virtual machine (e.g., running on Virtual Box) to use Singularity? Maybe you can send us some screenshots showing the issue?
Marty
FROM tensorflow/tensorflow:1.12.0-gpu-py3
ENV SHELL /bin/bash
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get install -y git
RUN mkdir -p /software && \
cd /software && \
git clone https://github.com/cerr/CERR.git && \
git clone https://github.com/cerr/aimodels.git
To unsubscribe from this group and stop receiving emails from it, send an email to singularity...@lbl.gov.
Rutu,
I'm not too familiar with Vagrant myself. My guess is there is some hot keys you have to hold down to connect keyboard/mouse interaction to the Vagrant-based VM screen. At least, that's how it works in VirtualBox. Are
you using VirtualBox with Vagrant?
Marty
To unsubscribe from this group and stop receiving emails from it, send an email to mailto:singularity+unsub...@lbl.gov.
To unsubscribe from this group and stop receiving emails from it, send an email to mailto:singularity+unsub...@lbl.gov.
--
You received this message because you are subscribed to the Google Groups "singularity" group.
To unsubscribe from this group and stop receiving emails from it, send an email to singu...@lbl.gov.
Rutu
To unsubscribe from this group and stop receiving emails from it, send an email to singu...@lbl.gov.
--
--
You received this message because you are subscribed to the Google Groups "singularity" group.
To unsubscribe from this group and stop receiving emails from it, send an email to singularity...@lbl.gov.
Awesome!! :D
Rutu
To unsubscribe from this group and stop receiving emails from it, send an email to mailto:singularity+unsub...@lbl.gov.
--
You received this message because you are subscribed to the Google Groups "singularity" group.
To unsubscribe from this group and stop receiving emails from it, send an email to singu...@lbl.gov.
--
--
You received this message because you are subscribed to the Google Groups "singularity" group.
To unsubscribe from this group and stop receiving emails from it, send an email to singu...@lbl.gov.
One more update,
Awesome!! :D
Rutu
To unsubscribe from this group and stop receiving emails from it, send an email to singu...@lbl.gov.
--
--
You received this message because you are subscribed to the Google Groups "singularity" group.
To unsubscribe from this group and stop receiving emails from it, send an email to singu...@lbl.gov.
--
--
You received this message because you are subscribed to the Google Groups "singularity" group.
To unsubscribe from this group and stop receiving emails from it, send an email to singularity...@lbl.gov.
Awesome!! :D
Rutu
To unsubscribe from this group and stop receiving emails from it, send an email to mailto:singularity+unsub...@lbl.gov.
--
You received this message because you are subscribed to the Google Groups "singularity" group.
To unsubscribe from this group and stop receiving emails from it, send an email to singu...@lbl.gov.
--
--
You received this message because you are subscribed to the Google Groups "singularity" group.
To unsubscribe from this group and stop receiving emails from it, send an email to singu...@lbl.gov.
--
--
You received this message because you are subscribed to the Google Groups "singularity" group.
To unsubscribe from this group and stop receiving emails from it, send an email to singu...@lbl.gov.
--
--
Hi Martin,
Rutu,
Are you trying to setup this virtual machine on Windows or Mac?
Marty
Hi Martin,
Rutu,
Have you tried using only VirtualBox (without Vagrant)? Sorry, I haven't used Vagrant before ... just trying to eliminate any other possible complicating factors.
Marty
Rutu,
Try: https://www.lifewire.com/install-ubuntu-linux-windows-10-steps-2202108
I know these instructions have worked for some of my students with Windows machines in the past.
Marty