Skip to content

Commit da780df

Browse files
authored
Update Dockerfile
1 parent fcc7b45 commit da780df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM mcr.microsoft.com/devcontainers/universal:${VARIANT}
33

44
# Create the conda environment
55
COPY environment.yml /tmp/conda-tmp/
6-
RUN conda env create --file /tmp/conda-tmp/environment.yml --quiet
6+
RUN conda env create --file /tmp/conda-tmp/environment.yml
77

88
# Update PATH for Jupyter editing option
99
ENV PATH="/opt/conda/envs/pandas_workshop/bin:${PATH}"

0 commit comments

Comments
 (0)