Skip to content
Snippets Groups Projects
Commit 2713e8bb authored by Xiangyue Liu's avatar Xiangyue Liu
Browse files

fix bug

parent 4d06ad14
No related branches found
No related tags found
No related merge requests found
......@@ -205,7 +205,9 @@ COPY 3rdparty/nfft-3.5.0 .
USER root
RUN chown -R $NB_USER:$NB_GID $PWD
RUN /bin/bash install.sh
RUN . $CONDA_DIR/etc/profile.d/conda.sh \
&& conda activate python2 \
&& /bin/bash install.sh
USER $NB_USER
# ================================================================================
......@@ -217,7 +219,9 @@ COPY 3rdparty/libspimage .
USER root
RUN chown -R $NB_USER:$NB_GID $PWD
RUN /bin/bash install.sh
RUN . $CONDA_DIR/etc/profile.d/conda.sh \
&& conda activate python2 \
&& /bin/bash install.sh
USER $NB_USER
# ================================================================================
......@@ -229,7 +233,9 @@ COPY 3rdparty/spsim .
USER root
RUN chown -R $NB_USER:$NB_GID $PWD
RUN /bin/bash install.sh
RUN . $CONDA_DIR/etc/profile.d/conda.sh \
&& conda activate python2 \
&& /bin/bash install.sh
USER $NB_USER
# ================================================================================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment