summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorAndrea Censi <acensi@ethz.ch>2022-02-22 20:02:29 +0100
committerAndrea Censi <acensi@ethz.ch>2022-02-22 20:02:29 +0100
commitd7381d180ec8e9f72a5fae76ad713003b30b4c7e (patch)
tree3a4a2aa0c9224592ac62d43f1ad5cf8082230a11 /Dockerfile
parentmore comments (diff)
parentfix (diff)
downloadact4e-d7381d180ec8e9f72a5fae76ad713003b30b4c7e.tar.gz
act4e-d7381d180ec8e9f72a5fae76ad713003b30b4c7e.zip
misc
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 8d27c13..d029f7f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,8 +1,11 @@
-ARG DOCKER_REGISTRY
-FROM ${DOCKER_REGISTRY}/act4e/act4e-tests:alphubel
+# ARG DOCKER_REGISTRY=docker.io
+# FROM ${DOCKER_REGISTRY}/act4e/act4e-tests:alphubel
+FROM python:3.10
+RUN python3 -m pip install -U pip -v
WORKDIR /ACT4E
+RUN uname -a
COPY requirements.txt .
RUN python3 -m pip install -r requirements.txt