@@ -21,7 +21,7 @@ services:
21
21
# ##################
22
22
# Base Python 3.7 #
23
23
# ##################
24
- base-py37 :
24
+ base-py3.7 :
25
25
env_file :
26
26
- ' .env'
27
27
build :
@@ -64,7 +64,7 @@ services:
64
64
labels :
65
65
description : |
66
66
CUAHSI JupyterHub singleuser environment configured with scientific libraries. Built using cuahsi/jupyterhub-base:${CUAHSI_BASE} on ${BUILD_DATE}.
67
- image : ${REPOSITORY}/singleuser-scientific-py3:${BUILD_DATE }
67
+ image : ${REPOSITORY}/singleuser-scientific-py3:${CUAHSI_BASE }
68
68
69
69
# #################
70
70
# Scientific - R #
@@ -81,7 +81,7 @@ services:
81
81
labels :
82
82
description : |
83
83
CUAHSI JupyterHub singleuser environment configured with scientific libraries with the R programming language. Built using cuahsi/jupyterhub-base:${CUAHSI_BASE} on ${BUILD_DATE}.
84
- image : ${REPOSITORY}/singleuser-scientific-r:${BUILD_DATE }
84
+ image : ${REPOSITORY}/singleuser-scientific-r:${CUAHSI_BASE }
85
85
86
86
# #############################
87
87
# 2020 Hydrogeology Syracuse #
@@ -97,7 +97,7 @@ services:
97
97
labels :
98
98
description : |
99
99
CUAHSI JupyterHub singleuser environment configured with scientific libraries for Tao Wen's 2020 Hydrogeology course at Syracuse University. Built using cuahsi/singleuser-scientific-r:${CUAHSI_BASE} on ${BUILD_DATE}.
100
- image : ${REPOSITORY}/singleuser-hydrogeology-r:${BUILD_DATE }
100
+ image : ${REPOSITORY}/singleuser-hydrogeology-r:${CUAHSI_BASE }
101
101
102
102
# #####################
103
103
# 2020 WHW - Seattle #
@@ -113,7 +113,7 @@ services:
113
113
labels :
114
114
description : |
115
115
This environment is configured with scientific libraries for the 2020 Waterhackweek Cybertraining event. Built using cuahsi/singleuser-scientific-py3:${CUAHSI_BASE} on ${BUILD_DATE}.
116
- image : ${REPOSITORY}/singleuser-waterhackweek:${BUILD_DATE }
116
+ image : ${REPOSITORY}/singleuser-waterhackweek:${CUAHSI_BASE }
117
117
118
118
# ###############################
119
119
# 2018 Near Surface Geophysics #
@@ -130,7 +130,7 @@ services:
130
130
labels :
131
131
description : |
132
132
CUAHSI JupyterHub singleuser environment configured for the 2019 Near Surface Geophysics Workshop. This image uses WINE to run R2, gmsh,and pyres. Built using cuahsi/singleuser-scientific-py3:${CUAHSI_BASE} on ${BUILD_DATE}.
133
- image : ${REPOSITORY}/singleuser-geophysics:${BUILD_DATE }
133
+ image : ${REPOSITORY}/singleuser-geophysics:${CUAHSI_BASE }
134
134
135
135
136
136
# ###################
@@ -165,7 +165,7 @@ services:
165
165
labels :
166
166
description : |
167
167
Environment configured for Parflow. Built using cuahsi/singleuser-base:centos7.v${CUAHSI_BASE} on ${BUILD_DATE}.
168
- image : ${REPOSITORY}/singleuser-parflow:${BUILD_DATE }
168
+ image : ${REPOSITORY}/singleuser-parflow:${CUAHSI_BASE }
169
169
170
170
# ########
171
171
# SUMMA #
@@ -182,7 +182,7 @@ services:
182
182
labels :
183
183
description : |
184
184
Environment configured for SUMMA. Built using cuahsi/singleuser-base:${CUAHSI_BASE} on ${BUILD_DATE}.
185
- image : ${REPOSITORY}/singleuser-summa-py3:${BUILD_DATE }
185
+ image : ${REPOSITORY}/singleuser-summa-py3:${CUAHSI_BASE }
186
186
187
187
# ##############
188
188
# CSDMS TOOLS #
@@ -199,7 +199,7 @@ services:
199
199
labels :
200
200
description : |
201
201
Environment configured for the Community Surface Dynamics Modeling System. Built using cuahsi/singleuser-base:${CUAHSI_BASE} on ${BUILD_DATE}.
202
- image : ${REPOSITORY}/singleuser-csdms-tools:${BUILD_DATE }
202
+ image : ${REPOSITORY}/singleuser-csdms-tools:${CUAHSI_BASE }
203
203
204
204
# ############
205
205
# WRF-Hydro #
@@ -220,7 +220,7 @@ services:
220
220
labels :
221
221
description : |
222
222
Environment configured for the NCAR WRF-Hydro model (nwm v2.0). Built using cuahsi/singleuser-base:${CUAHSI_BASE} on ${BUILD_DATE}.
223
- image : ${REPOSITORY}/singleuser-wrfhydro:${BUILD_DATE }
223
+ image : ${REPOSITORY}/singleuser-wrfhydro:${CUAHSI_BASE }
224
224
225
225
# ############
226
226
# SI-2021 #
@@ -237,7 +237,7 @@ services:
237
237
labels :
238
238
description : |
239
239
Environment configured for the 2021 SI. Built using cuahsi/singleuser-base:${CUAHSI_BASE} on ${BUILD_DATE}.
240
- image : ${REPOSITORY}/singleuser-si2021:${BUILD_DATE }
240
+ image : ${REPOSITORY}/singleuser-si2021:${CUAHSI_BASE }
241
241
242
242
# ############
243
243
# MODFLOW #
@@ -254,7 +254,7 @@ services:
254
254
labels :
255
255
description : |
256
256
Environment configured to run MODFLOW for the 2021 IAH conference. Built using cuahsi/singleuser-base:${CUAHSI_BASE} on ${BUILD_DATE}.
257
- image : ${REPOSITORY}/singleuser-modflow:${BUILD_DATE }
257
+ image : ${REPOSITORY}/singleuser-modflow:${CUAHSI_BASE }
258
258
259
259
# ##################
260
260
# EDU - Gerbrand #
@@ -268,7 +268,7 @@ services:
268
268
args :
269
269
# image version to use as base
270
270
BASE_VERSION : ${CUAHSI_BASE}
271
- image : cuahsi /singleuser-edu:${BUILD_DATE }
271
+ image : ${REPOSITORY} /singleuser-edu:${CUAHSI_BASE }
272
272
273
273
# ###################################
274
274
# HydroLearn - Physical Hydrology #
0 commit comments