Skip to content

Commit

Permalink
use 2023 version of pangeo-notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
iamzoltan committed Jul 3, 2024
1 parent 54447e0 commit c3b8d5b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
FROM pangeo/pangeo-notebook:latest
# FROM pangeo/pangeo-notebook:latest
FROM pangeo/pangeo-notebook:2023.07.02

COPY environment.yml /tmp/environment.yml
RUN conda config --set channel_priority flexible
RUN conda config --set solver classic
# RUN conda config --set channel_priority flexible
# RUN conda config --set solver classic
RUN mamba env update -f /tmp/environment.yml -n notebook
USER root
RUN apt update
Expand Down

0 comments on commit c3b8d5b

Please sign in to comment.