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.
2 parents 4d0ed80 + 60c2ec8 commit 2c5b15fCopy full SHA for 2c5b15f
Dockerfile
@@ -52,16 +52,10 @@ RUN dotnet_sdk_version=3.1.301 \
52
# Trigger first run experience by running arbitrary cmd
53
&& dotnet help
54
55
-# Copy notebooks
56
-
57
-COPY ./notebooks/ ${HOME}/notebooks/
58
59
# Copy package sources
60
61
COPY ./NuGet.config ${HOME}/nuget.config
62
63
-RUN chown -R ${NB_UID} ${HOME}
64
-USER ${USER}
65
66
#Install nteract
67
RUN pip install nteract_on_jupyter
@@ -83,3 +77,8 @@ ENV DOTNET_TRY_CLI_TELEMETRY_OPTOUT=false
83
77
84
78
# Set root to notebooks
85
79
WORKDIR ${HOME}/notebooks/
80
+
81
+# Copy notebooks
82
+COPY ./notebooks/ ${HOME}/notebooks/
+RUN chown -R ${NB_UID} ${HOME}
+USER ${USER}
0 commit comments