File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RUN mkdir -p /etc/sudoers.d && \
1818 chmod 0440 /etc/sudoers.d/$USER && \
1919 chown ${uid}:${gid} -R /home/$USER
2020
21- ENV DEBIAN_FRONTEND noninteractive # TODO: change
21+ ENV DEBIAN_FRONTEND= noninteractive
2222
2323
2424# ###############################################################################
@@ -43,7 +43,7 @@ RUN apt-get install -y --no-install-recommends apt-utils \
4343RUN sudo usermod -a -G video $USER
4444
4545# USER $USER
46- ENV HOME /home/$USER
46+ ENV HOME= /home/$USER
4747WORKDIR $HOME
4848
4949
@@ -79,7 +79,8 @@ RUN git clone https://github.com/openworm/sibernetic.git && \
7979
8080ENV C302_HOME=$HOME/c302/c302
8181ENV SIBERNETIC_HOME=$HOME/sibernetic
82- ENV PYTHONPATH=$PYTHONPATH:$HOME/c302:$SIBERNETIC_HOME
82+ ENV PYTHONPATH=$HOME/c302:$SIBERNETIC_HOME
83+
8384ENV NEURON_MODULE_OPTIONS=-nogui
8485
8586
You can’t perform that action at this time.
0 commit comments