Skip to content

Commit

Permalink
fmt: Dockerfile
Browse files Browse the repository at this point in the history
Standardized spacing of elements following CMD.
  • Loading branch information
galenseilis authored Nov 23, 2024
1 parent 0082409 commit 5dd2e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ RUN echo "conda activate pymc-dev" >> ~/.bashrc && \

# For running from jupyter notebook
EXPOSE 8888
CMD ["conda", "run", "--no-capture-output", "-n", "pymc-dev", "jupyter","notebook","--ip=0.0.0.0","--port=8888","--no-browser"]
CMD ["conda", "run", "--no-capture-output", "-n", "pymc-dev", "jupyter", "notebook", "--ip=0.0.0.0", "--port=8888", "--no-browser"]

0 comments on commit 5dd2e43

Please sign in to comment.