Skip to content
Snippets Groups Projects
Commit a25ac260 authored by Corné Lukken's avatar Corné Lukken
Browse files

L2SS-1027: Ensure rsync is available in jupyter container

parent 6870bb0a
No related branches found
No related tags found
1 merge request!463L2SS-1027: Ensure rsync is available in jupyter container
...@@ -13,6 +13,9 @@ RUN sudo chown ${CONTAINER_EXECUTION_UID} -R ${HOME} ...@@ -13,6 +13,9 @@ RUN sudo chown ${CONTAINER_EXECUTION_UID} -R ${HOME}
RUN sudo apt-get update -y RUN sudo apt-get update -y
RUN sudo apt-get install -y g++ gcc python3-dev RUN sudo apt-get install -y g++ gcc python3-dev
# start-ds file synchronization requirements
RUN sudo apt-get install -y rsync
# Install git to install pip requirements from git # Install git to install pip requirements from git
RUN sudo apt-get install -y git RUN sudo apt-get install -y git
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment