Skip to content

Commit 8aa0189

Browse files
committed
Copy environment.yml from correct place
1 parent 7809c8e commit 8aa0189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.binder/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Inherit from an upstream image
22
FROM quay.io/jupyter/base-notebook:2025-02-03
33

4-
COPY environment.yml /tmp/environment.yml
4+
COPY ./.binder/environment.yml /tmp/environment.yml
55

66
RUN mamba env update --debug --prefix ${CONDA_DIR} --file /tmp/environment.yml

0 commit comments

Comments
 (0)