Skip to content
Snippets Groups Projects
Commit 45fe2a44 authored by Jan David Mol's avatar Jan David Mol
Browse files

Hotfix to add missing rsync dependency when using the latest jupyter base image

parent cc8f5b6c
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,9 @@ RUN sudo apt-get install -y g++ gcc python3-dev
# Install git to install pip requirements from git
RUN sudo apt-get install -y git
# Install dependencies of our scripts (bin/start-ds.sh)
RUN sudo apt-get install -y rsync
COPY requirements.txt ./
RUN sudo pip3 install -r requirements.txt
......
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