Skip to content

Commit 1b7ab15

Browse files
authored
Merge pull request #7 from CCPBioSim/jimboid-patch-1
switch conda to mamba
2 parents 69accbe + 497b58b commit 1b7ab15

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ USER $NB_USER
1414
WORKDIR $HOME
1515

1616
# Install workshop deps
17-
RUN conda install oddt::oddt -y
18-
RUN conda install termcolor matplotlib seaborn pandas openbabel vina
17+
RUN mamba install oddt::oddt -y
18+
RUN mamba install termcolor matplotlib seaborn pandas openbabel vina
1919

2020
# Get workshop files and move them to jovyan directory.
2121
COPY --chown=1000:100 . .

0 commit comments

Comments
 (0)