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 && \
18
18
chmod 0440 /etc/sudoers.d/$USER && \
19
19
chown ${uid}:${gid} -R /home/$USER
20
20
21
- ENV DEBIAN_FRONTEND noninteractive # TODO: change
21
+ ENV DEBIAN_FRONTEND= noninteractive
22
22
23
23
24
24
# ###############################################################################
@@ -43,7 +43,7 @@ RUN apt-get install -y --no-install-recommends apt-utils \
43
43
RUN sudo usermod -a -G video $USER
44
44
45
45
# USER $USER
46
- ENV HOME /home/$USER
46
+ ENV HOME= /home/$USER
47
47
WORKDIR $HOME
48
48
49
49
@@ -79,7 +79,8 @@ RUN git clone https://github.com/openworm/sibernetic.git && \
79
79
80
80
ENV C302_HOME=$HOME/c302/c302
81
81
ENV SIBERNETIC_HOME=$HOME/sibernetic
82
- ENV PYTHONPATH=$PYTHONPATH:$HOME/c302:$SIBERNETIC_HOME
82
+ ENV PYTHONPATH=$HOME/c302:$SIBERNETIC_HOME
83
+
83
84
ENV NEURON_MODULE_OPTIONS=-nogui
84
85
85
86
You can’t perform that action at this time.
0 commit comments