Skip to content

Commit

Permalink
docker build should work now (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsoubelet committed Sep 22, 2021
1 parent 1a9134d commit 480233f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ COPY docker/environment.yml /home/jovyan/environment.yml
# STEP 4 - Create the PHD conda environment
RUN conda env create --file ./environment.yml --force \
&& /opt/conda/bin/conda clean --all --quiet --yes \
&& /opt/conda/envs/PHD/bin/ipython kernel install --user --name=PHD
&& /opt/conda/envs/PHD/bin/ipython kernel install --user --name=PHD
1 change: 0 additions & 1 deletion docker/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ dependencies:
- hdf5=1.12.1
- krb5=1.19.2
- ld_impl_linux-64=2.36.1
- libcurl=7.79.0
- libedit=3.1.20191231
- libev=4.33
- libffi=3.4.2
Expand Down

0 comments on commit 480233f

Please sign in to comment.