Skip to content

Commit

Permalink
Merge pull request #28 from praksharma/development
Browse files Browse the repository at this point in the history
removed shell from docker recipe
  • Loading branch information
praksharma committed Jun 21, 2023
2 parents e8dd33f + 9605b6f commit a726eec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ COPY ../DeepINN /workspace/
WORKDIR /workspace
RUN pip3 install -r requirements.txt
EXPOSE 8888/tcp
ENV SHELL /bin/bash
ENTRYPOINT ["jupyter", "notebook", "--ip", "0.0.0.0", "--no-browser", "--allow-root"]
ENTRYPOINT ["jupyter-lab", "--ip", "0.0.0.0", "--no-browser", "--allow-root"]

0 comments on commit a726eec

Please sign in to comment.