We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdd2f41 commit 1c37406Copy full SHA for 1c37406
samples/jupyter-postgres/jupyter/Dockerfile
@@ -11,3 +11,5 @@ USER 1000
11
12
COPY requirements.txt /tmp/
13
RUN pip install --no-cache-dir -r /tmp/requirements.txt
14
+
15
+COPY ./notebooks /home/jovyan/work
0 commit comments