diff --git a/Dockerfile b/Dockerfile index 861326819c7c1e920179decd37455bdd89aadb03..e80abd484d838690580d7bf9b1c258e66a0777d2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM renku/renkulab:renku0.9.1-py3.7-0.5.2 # Uncomment and adapt if code is to be included in the image -# COPY src /code/src +COPY src /code/src # Uncomment and adapt if your R or python packages require extra linux (ubuntu) software # e.g. the following installs apt-utils and vim; each pkg on its own line, all lines diff --git a/requirements.txt b/requirements.txt index 8e7719e06553f3c4c33c3cddd31557cc6f14e22c..935cb6097a1be71b0557ee7e87b3c7f1963b26e5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ Click==7.0 colorama==0.4.3 conda==4.7.12 conda-package-handling==1.6.0 --e src/covid-19/covid_19_dashboard +-e /code/src/covid-19/covid_19_dashboard cryptography==2.8 decorator==4.4.1 defusedxml==0.6.0