FAQ | This is a LIVE service | Changelog

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

changing build file to include new dependencies

parent 0a1bc384
No related branches found
No related tags found
No related merge requests found
......@@ -186,4 +186,5 @@ dependencies:
- coverage==6.5.0
- html-testrunner==1.2.1
- testresources==2.0.1
- rioxarray==0.15.0
prefix: /storage/app/EWS/envs/conda/py3EWS
cp ../../conda/conda-env-py3EWS-withbuilds.yml .;
cp ../../conda/conda-env-py3EWS-nobuilds.yml .;
# note that if you want to build an image that runs with your credentials, override the following variables when
# building the image, e.g. for user 'lb584' with GID and UID 1001:
# sudo docker build -t ews_coordinator --build-arg GNAME=lb584 --build-arg UNAME=lb584
......@@ -7,4 +7,4 @@ cp ../../conda/conda-env-py3EWS-withbuilds.yml .;
# that are mounted. If the default command is run, the user credentials are set to be those of the Cam group server
sudo docker build -t ews_coordinator -f Dockerfile .;
rm -v conda-env-py3EWS-withbuilds.yml;
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