Skip to content

Commit fddd89a

Browse files
authored
Update Dockerfile
1 parent 7c43873 commit fddd89a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python_docker_file/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ RUN dpkg-reconfigure locales
4040

4141
RUN useradd -m -s /bin/bash -N -u $NB_UID $NB_USER
4242

43+
RUN [ "cross-build-end" ]
44+
4345
USER $NB_USER
4446
WORKDIR /home/$NB_USER
4547

@@ -67,5 +69,4 @@ RUN pip install \
6769
jupyter \
6870
picamera
6971

70-
RUN [ "cross-build-end" ]
7172
CMD ["jupyter-notebook","--ip","0.0.0.0"]

0 commit comments

Comments
 (0)