diff --git a/Dockerfile b/Dockerfile index 2e5447170213f90af3d3fc1ca25c191f060adce2..298328ebcf11d6c96a94121a98280de454cde240 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,6 @@ USER jovyan RUN pip3 install --upgrade pip # Install python packages -COPY requirements.txt . +COPY . . RUN pip install --no-cache-dir -r requirements.txt