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
9f39e413
Commit
9f39e413
authored
1 year ago
by
L. Bower
Browse files
Options
Downloads
Patches
Plain Diff
updating docker
parent
611fc1ab
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
configs/docker/build/Dockerfile
+2
-2
2 additions, 2 deletions
configs/docker/build/Dockerfile
with
2 additions
and
2 deletions
configs/docker/build/Dockerfile
+
2
−
2
View file @
9f39e413
...
...
@@ -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;
...
...
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