Skip to content

Commit

Permalink
Fix syntax error to test new build
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio authored Jun 2, 2023
1 parent 5326f2c commit 8a90486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hub.jupytearth.org-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ ENV JULIA_DEPOT_PATH=$HOME/.julia/pkg:$JULIA_DEPOT_PATH

# Install extra packages not present in base env
ADD environment.yml /tmp/environment.yml
RUN mamba env update -n ${CONDA_ENV} -y -f /tmp/environment.yml &&
RUN mamba env update -n ${CONDA_ENV} -y -f /tmp/environment.yml \
&& find ${CONDA_DIR} -follow -type f -name '*.a' -delete \
&& find ${CONDA_DIR} -follow -type f -name '*.js.map' -delete

Expand Down

0 comments on commit 8a90486

Please sign in to comment.