Skip to content

Commit

Permalink
Fixed typo in user name jupyter
Browse files Browse the repository at this point in the history
[run-notebook-tests]
  • Loading branch information
ckunki committed Mar 7, 2024
1 parent d754a67 commit 6ff5319
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def notebook_test_dockerfile_content(dss_docker_image) -> str:
COPY notebooks/* /tmp/notebooks/
USER ubuntu
RUN sudo mv /tmp/notebooks/* "$NOTEBOOK_FOLDER_INITIAL" && sudo rmdir /tmp/notebooks/
RUN sudo chown -R juypter "$NOTEBOOK_FOLDER_INITIAL"
RUN sudo chown -R jupyter "$NOTEBOOK_FOLDER_INITIAL"
RUN sudo --login --user jupyter
WORKDIR $NOTEBOOK_FOLDER_INITIAL
RUN "$VIRTUAL_ENV/bin/python3" -m pip install -r test_dependencies.txt
Expand Down

0 comments on commit 6ff5319

Please sign in to comment.