Skip to content

Commit 306e9f4

Browse files
author
Filip Saina
committed
Updated library and dependency versions
Versions of dependent libraries, python version, and set docker image were updated to match an exact and compatible version with Python 3.7
1 parent e5dea72 commit 306e9f4

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

src_batch_job/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM continuumio/miniconda3
1+
FROM continuumio/miniconda3:4.9.2
22

33
# Update the system
44
RUN apt-get update && apt-get install -y

src_batch_job/environment.yaml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ channels:
33
- conda-forge
44
- anaconda
55
dependencies:
6-
- python=3.6
7-
- flask
8-
- nomkl
6+
- python=3.7
97
- pillow=7.1.2
10-
- scikit-image
11-
- numpy
12-
- mxnet-mkl
13-
- boto3
8+
- scikit-image=0.18.3
9+
- numpy=1.20.0
10+
- nomkl=2.0
11+
- mxnet-mkl=1.5.0
12+
- boto3=1.19.11

0 commit comments

Comments
 (0)