diff options
author | Andrea Censi <acensi@ethz.ch> | 2022-05-11 19:40:29 +0200 |
---|---|---|
committer | Andrea Censi <acensi@ethz.ch> | 2022-05-11 19:40:29 +0200 |
commit | 2d2bf6ef16898856c343708c667daa856d7fa36a (patch) | |
tree | 7335976fc7bb1b79d8b8812886f94715fe59ed95 /.devcontainer/Dockerfile | |
parent | minor (diff) | |
parent | minor (diff) | |
download | act4e-2d2bf6ef16898856c343708c667daa856d7fa36a.tar.gz act4e-2d2bf6ef16898856c343708c667daa856d7fa36a.zip |
Merge branch 'alphubel-prod' of github.com:ACT4E/ACT4E-exercises-template into alphubel-prod
Diffstat (limited to '')
-rw-r--r-- | .devcontainer/Dockerfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 120994e..601075b 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -26,8 +26,8 @@ COPY .devcontainer/act4e-check /usr/local/bin RUN chmod +x /usr/local/bin/act4e-check -COPY src src -COPY setup.py . +# COPY src src +# COPY setup.py . -RUN python3 -m pip install -e . +# RUN python3 -m pip install -e . |