Skip to content

Commit f0273fd

Browse files
committed
Remove debug mode
1 parent a6c0770 commit f0273fd

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
@@ -3,4 +3,4 @@ FROM quay.io/jupyter/base-notebook:2025-02-03
33

44
COPY ./.binder/environment.yml /tmp/environment.yml
55

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

0 commit comments

Comments
 (0)