We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7809c8e commit 8aa0189Copy full SHA for 8aa0189
.binder/Dockerfile
@@ -1,6 +1,6 @@
1
# Inherit from an upstream image
2
FROM quay.io/jupyter/base-notebook:2025-02-03
3
4
-COPY environment.yml /tmp/environment.yml
+COPY ./.binder/environment.yml /tmp/environment.yml
5
6
RUN mamba env update --debug --prefix ${CONDA_DIR} --file /tmp/environment.yml
0 commit comments