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 dc7549d commit 1a41f37Copy full SHA for 1a41f37
demos/jupyterhub-pyspark-hdfs-anomaly-detection-taxi-data/Dockerfile
@@ -1,6 +1,6 @@
1
FROM docker.stackable.tech/stackable/pyspark-k8s:3.4.0-stackable23.7.0
2
3
-COPY requirements.txt .
+COPY demos/jupyterhub-pyspark-hdfs-anomaly-detection-taxi-data/requirements.txt .
4
5
RUN pip install --no-cache-dir --upgrade pip && \
6
pip install --no-cache-dir -r ./requirements.txt
demos/signal-processing/Dockerfile-jupyter
FROM jupyter/pyspark-notebook:python-3.9
+COPY demos/signal-processing/requirements.txt .
0 commit comments