Skip to content

Commit

Permalink
Fix conda channel
Browse files Browse the repository at this point in the history
  • Loading branch information
david.fischak@eodc.eu committed Mar 5, 2025
1 parent 5590fc5 commit 97be904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel-python/container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV PATH=$PATH:$CONDA_DIR/bin

RUN pip install --upgrade ipykernel==6.29.5

RUN conda install --quiet --yes \
RUN conda install --yes --channel conda-forge \
cffi \
future \
pycryptodomex \
Expand Down

0 comments on commit 97be904

Please sign in to comment.