From c87f6131991f1e4c4030edc5e34f36f25568b57e Mon Sep 17 00:00:00 2001 From: lb584 <lb584@cam.ac.uk> Date: Wed, 15 Nov 2023 15:03:30 +0000 Subject: [PATCH] updating build template --- configs/docker/build/build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configs/docker/build/build.sh b/configs/docker/build/build.sh index 414ad74..2600b98 100644 --- a/configs/docker/build/build.sh +++ b/configs/docker/build/build.sh @@ -1,11 +1,10 @@ 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; -- GitLab