FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 9f39e413 authored by L. Bower's avatar L. Bower
Browse files

updating docker

parent 611fc1ab
No related branches found
No related tags found
No related merge requests found
......@@ -33,8 +33,8 @@ RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get -y install tzdata
#build the conda env(s)
#RUN conda env create --file conda-env-py3EWS-nobuilds.yml --prefix /storage/app/EWS_prod/envs/conda/py3EWS
RUN python3 -m venv ews_prod
RUN source ews_prod/bin/activate;pip install -r requirements.txt
RUN python3 -m venv /storage/app/EWS_prod/envs/venv/ews_prod
RUN source /storage/app/EWS_prod/envs/venv/ews_prod/bin/activate;pip install -r requirements.txt
#tidy
#RUN rm -v conda-env-py3EWS-nobuilds.yml;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment