Skip to content

Commit 1a41f37

Browse files
authored
ci: Fix paths to requirements files in Dockerfiles (#110)
1 parent dc7549d commit 1a41f37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM docker.stackable.tech/stackable/pyspark-k8s:3.4.0-stackable23.7.0
22

3-
COPY requirements.txt .
3+
COPY demos/jupyterhub-pyspark-hdfs-anomaly-detection-taxi-data/requirements.txt .
44

55
RUN pip install --no-cache-dir --upgrade pip && \
66
pip install --no-cache-dir -r ./requirements.txt
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM jupyter/pyspark-notebook:python-3.9
22

3-
COPY requirements.txt .
3+
COPY demos/signal-processing/requirements.txt .
44

55
RUN pip install --no-cache-dir --upgrade pip && \
66
pip install --no-cache-dir -r ./requirements.txt

0 commit comments

Comments
 (0)