Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
agt committed Feb 5, 2024
1 parent 2df3d2f commit 7df06ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ ENV SHELL=/bin/bash
RUN mkdir -p /opt/ray-support
COPY jupyter_config.py start-workers.sh start-cluster.sh stop-cluster.sh /opt/ray-support
RUN chmod 0755 /opt/ray-support/*.sh
RUN mkdir -p /usr/local/etc/jupyter && cat /opt/ray-support/jupyter_config.py >> /usr/local/jupyter/jupyter_config.py
RUN mkdir -p /usr/local/etc/jupyter && cat /opt/ray-support/jupyter_config.py >> /usr/local/etc/jupyter/jupyter_config.py

USER 1000

0 comments on commit 7df06ec

Please sign in to comment.