Skip to content

Commit

Permalink
Merge pull request #37 from mhwasil/master
Browse files Browse the repository at this point in the history
add nb port and entrypoint
  • Loading branch information
mhwasil authored Aug 22, 2023
2 parents 503bbcf + ee5613a commit 999d939
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions gpu-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,9 @@ USER root
RUN rm /tmp/requirements.txt

USER $NB_USER

EXPOSE 8888

# Configure container startup
ENTRYPOINT ["tini", "-g", "--"]
CMD ["start-notebook.sh"]

0 comments on commit 999d939

Please sign in to comment.