Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dtandersen authored Aug 23, 2022
1 parent fc25b89 commit b1213ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ RUN chmod +x /run_jupyter.sh
# fix-permissions /home/$NB_USER

# 3) install packages using notebook user
RUN conda install nb_conda_kernels
ARG KERNEL=cse41305
ENV CONDA_PREFIX=/opt/conda/envs/${KERNEL}
COPY env.yml /tmp
#ENV CONDA_CUDA_OVERRIDE="11.2"
RUN conda install nb_conda_kernels
RUN conda env create --file /tmp/env.yml && \
eval "$(conda shell.bash hook)" && \
conda activate ${KERNEL} && \
Expand Down

0 comments on commit b1213ad

Please sign in to comment.