Skip to content

Commit f61ecbc

Browse files
authored
Update Dockerfile
1 parent 4cc34aa commit f61ecbc

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,10 @@ USER jovyan
1313
RUN conda update conda
1414
RUN conda config --remove channels conda-forge
1515
RUN conda config --add channels conda-forge
16-
#RUN conda config --set channel_priority strict
17-
#RUN conda config --set solver classic
1816

1917
# Create environment
2018
COPY environment.yml /home/jovyan/
21-
RUN conda install -n base -c conda-forge mamba
22-
RUN mamba env update -n base -f /home/jovyan/environment.yml
19+
RUN conda env update -n base -f /home/jovyan/environment.yml
2320

2421
# Activating environment
2522
RUN echo ". /opt/conda/etc/profile.d/conda.sh" >> /home/jovyan/.bash_profile && \

0 commit comments

Comments
 (0)