-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDockerfile.testing
More file actions
27 lines (19 loc) · 900 Bytes
/
Dockerfile.testing
File metadata and controls
27 lines (19 loc) · 900 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# For testing quickly without having to do a full rebuild.
FROM pavics/workflow-tests:230217
ENV ESMFMKFILE="/opt/conda/envs/birdy/lib/esmf.mk"
ENV PROJ_DATA="/opt/conda/envs/birdy/share/proj"
#USER root
# Use 'update' for existing and 'install' for new package.
# Keep same channel ordering to not revert anything.
#RUN umask 0000 \
# && mamba install -c conda-forge -c cdat -c bokeh -c plotly -c pyston -c pyviz/label/dev -c defaults -n birdy geopy
# && pip uninstall -y ravenpy \
# && mamba install -c conda-forge -c cdat -c bokeh -c plotly -c defaults -n birdy ravenpy aiohttp
# RUN apt-get update && \
# DEBIAN_FRONTEND=noninteractive apt-get install -y unzip && \
# apt-get clean && \
# mkdir /notebook_dir && \
# chown jenkins /notebook_dir
#RUN umask 0000 \
# && pip install https://github.com/CSHS-CWRA/RavenPy/archive/refs/heads/master.zip
#USER jenkins