Skip to content

Commit e9b49c0

Browse files
committed
more fixes
1 parent f10ad8d commit e9b49c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ WORKDIR /home/jovyan/work
1414
COPY .. .
1515

1616
# ---------- extra Python deps -----------------------------------------------------
17-
COPY requirements.txt /tmp/
17+
COPY docker/requirements.txt /tmp/
1818
RUN pip install --no-cache-dir -r /tmp/requirements.txt
1919

2020
EXPOSE 8888

0 commit comments

Comments
 (0)