FAQ | This is a LIVE service | Changelog

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

updating build template

parent c07a6e99
No related branches found
No related tags found
No related merge requests found
cp ../../conda/conda-env-py3EWS-withbuilds.yml .;
# note that if you want to build an image that runs with your credentials, override the following variables when
# building the image:
# 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
# --build-arg UID=1001 --build-arg GID=1001 -f Dockerfile .
# the docker container will run commands using this user and group, and will have access to the relevant filesystems
# that are mounted. If the default command is run, the user credentials are set to be those of the Cam group server
##this is yet another comment that is in the new lb584 branch
sudo docker build -t ews_coordinator -f Dockerfile .;
rm -v conda-env-py3EWS-withbuilds.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