Skip to content

Commit 58f6707

Browse files
authored
Update Dockerfile
installing digits
1 parent e0c323f commit 58f6707

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ ENV HOME /root
4141
# Copy repo into ${HOME}, make user own $HOME
4242
COPY . ${HOME}
4343
RUN chown -R ${NB_USER} /root
44+
45+
WORKDIR ${HOME}/digits
46+
RUN python setup.py install
4447
WORKDIR ${HOME}
4548

4649
USER ${NB_USER}

0 commit comments

Comments
 (0)