Skip to content

Commit 60c2ec8

Browse files
committed
Tune up dockerfile.
1 parent 9292b8b commit 60c2ec8

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

Dockerfile

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,10 @@ RUN dotnet_sdk_version=3.1.301 \
5252
# Trigger first run experience by running arbitrary cmd
5353
&& dotnet help
5454

55-
# Copy notebooks
56-
57-
COPY ./notebooks/ ${HOME}/notebooks/
58-
5955
# Copy package sources
6056

6157
COPY ./NuGet.config ${HOME}/nuget.config
6258

63-
RUN chown -R ${NB_UID} ${HOME}
64-
USER ${USER}
6559

6660
#Install nteract
6761
RUN pip install nteract_on_jupyter
@@ -83,3 +77,8 @@ ENV DOTNET_TRY_CLI_TELEMETRY_OPTOUT=false
8377

8478
# Set root to notebooks
8579
WORKDIR ${HOME}/notebooks/
80+
81+
# Copy notebooks
82+
COPY ./notebooks/ ${HOME}/notebooks/
83+
RUN chown -R ${NB_UID} ${HOME}
84+
USER ${USER}

0 commit comments

Comments
 (0)