Skip to content

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
to fix #169 Noise in terminal from jupyter server.
  • Loading branch information
evalieungh committed Mar 31, 2023
1 parent fef9259 commit c8d1e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/jupyter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ RUN pip3 install -U pip setuptools
COPY requirements.txt /tmp/requirements.txt
RUN pip3 install -r /tmp/requirements.txt

CMD start.sh jupyter lab --LabApp.token=''
CMD start.sh jupyter lab --LabApp.token='test'

0 comments on commit c8d1e5d

Please sign in to comment.