Skip to content

Commit

Permalink
s/opt/srv
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknapp committed Oct 30, 2023
1 parent 8c6faa0 commit 38fffd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployments/julia/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ ENV NB_USER jovyan
ENV NB_UID 1000
ENV SHELL /bin/bash

ENV CONDA_DIR /opt/conda
ENV JULIA_DIR /opt/julia
ENV CONDA_DIR /srv/conda
ENV JULIA_DIR /srv/julia

ENV PATH ${JULIA_DIR}/bin:${CONDA_DIR}/bin:$PATH

Expand Down

0 comments on commit 38fffd9

Please sign in to comment.