We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5dea72 commit 306e9f4Copy full SHA for 306e9f4
src_batch_job/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM continuumio/miniconda3
+FROM continuumio/miniconda3:4.9.2
2
3
# Update the system
4
RUN apt-get update && apt-get install -y
src_batch_job/environment.yaml
@@ -3,11 +3,10 @@ channels:
- conda-forge
- anaconda
5
dependencies:
6
- - python=3.6
7
- - flask
8
- - nomkl
+ - python=3.7
9
- pillow=7.1.2
10
- - scikit-image
11
- - numpy
12
- - mxnet-mkl
13
- - boto3
+ - scikit-image=0.18.3
+ - numpy=1.20.0
+ - nomkl=2.0
+ - mxnet-mkl=1.5.0
+ - boto3=1.19.11
0 commit comments