FAQ
| This is a
LIVE
service |
Changelog
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ews-coordinator
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gilligan Lab for Epidemiology and Modelling
Wheat rusts
ews-coordinator
Commits
0730e546
Commit
0730e546
authored
1 year ago
by
L. Bower
Browse files
Options
Downloads
Patches
Plain Diff
changing build file to include new dependencies
parent
0a1bc384
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
configs/conda/conda-env-py3EWS-nobuilds.yml
+1
-0
1 addition, 0 deletions
configs/conda/conda-env-py3EWS-nobuilds.yml
configs/docker/build/build.sh
+2
-2
2 additions, 2 deletions
configs/docker/build/build.sh
with
3 additions
and
2 deletions
configs/conda/conda-env-py3EWS-nobuilds.yml
+
1
−
0
View file @
0730e546
...
...
@@ -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
This diff is collapsed.
Click to expand it.
configs/docker/build/build.sh
+
2
−
2
View file @
0730e546
cp
../../conda/conda-env-py3EWS-
with
builds.yml .
;
cp
../../conda/conda-env-py3EWS-
no
builds.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-
with
builds.yml
;
rm
-v
conda-env-py3EWS-
no
builds.yml
;
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment