We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69accbe + 497b58b commit 1b7ab15Copy full SHA for 1b7ab15
1 file changed
docker/Dockerfile
@@ -14,8 +14,8 @@ USER $NB_USER
14
WORKDIR $HOME
15
16
# Install workshop deps
17
-RUN conda install oddt::oddt -y
18
-RUN conda install termcolor matplotlib seaborn pandas openbabel vina
+RUN mamba install oddt::oddt -y
+RUN mamba install termcolor matplotlib seaborn pandas openbabel vina
19
20
# Get workshop files and move them to jovyan directory.
21
COPY --chown=1000:100 . .
0 commit comments