@@ -24,40 +24,44 @@ RUN python3 -m pip install --no-cache-dir \
24
24
25
25
RUN python3 -m pip install --no-cache-dir \
26
26
--use-feature=2020-resolver \
27
- mesh-tensorflow==0.1.13 \
28
- google_cloud_spanner==1.19.0 \
29
- pymongo==3.11.2 \
30
- googleapis-common-protos==1.51.0 \
31
- google_cloud_videointelligence==1.15.0 \
32
- google_cloud_vision==0.42.0 \
33
- google_cloud_pubsub==1.6.0 \
34
- google_cloud_dlp==0.15.0 \
35
- google_cloud_datastore==1.15.2 \
36
27
fastavro==1.2.0 \
37
- google_cloud_bigtable==1.6.0 \
38
- google_api_core==1.24.0 \
28
+ pymongo==3.11.2 \
29
+ docker==4.4.1 \
39
30
pbr==5.5.1 \
40
31
mock==1.3.0 \
41
32
proto-plus==1.13.0 \
42
33
oauth2client==4.1.3 \
34
+ future==0.18.1 \
35
+ gin_config==0.4.0 \
43
36
joblib==0.14.0 \
44
37
libcst==0.3.14
45
38
46
39
RUN python3 -m pip install --no-cache-dir \
47
40
--use-feature=2020-resolver \
41
+ google_cloud_spanner==1.19.0 \
42
+ googleapis-common-protos==1.51.0 \
43
+ google_cloud_videointelligence==1.15.0 \
44
+ google_cloud_vision==0.42.0 \
45
+ google_cloud_pubsub==1.6.0 \
46
+ google_cloud_dlp==0.15.0 \
47
+ google_cloud_datastore==1.15.2 \
48
+ google_cloud_bigtable==1.6.0 \
49
+ google_api_core==1.24.0
50
+
51
+ RUN python3 -m pip install --no-cache-dir \
52
+ mesh-tensorflow==0.1.18 \
48
53
tensorflow-cloud==0.1.10 \
49
- tensorflow-hub==0.9.0 \
50
- tensorflow_text==2.4.1 \
51
- tensorflow-graphics-gpu==1.0.0 \
52
- tensorflow-gan==2.0.0
54
+ tensorflow-hub==0.9.0
55
+
53
56
RUN python3 -m pip install --no-cache-dir \
54
- --use-feature=2020-resolver \
55
- tensorflow-data-validation \
56
- tensorflow-plot==0.3.2 \
57
- # tensorflow-lattice==2.0.7 \
57
+ -i https://pypi-nightly.tensorflow.org/simple tensorflow-data-validation
58
+ RUN python3 -m pip install --no-cache-dir \
59
+ tensorflow-graphics-gpu==1.0.0 \
60
+ tensorflow-io==0.17.0 \
58
61
tensorflow_ranking==0.3.2 \
59
- # tensorflow-compression==1.3 \
60
- tensorflow-io==0.17.0
62
+ tensorflow-plot==0.3.2 \
63
+ tensorflow_text==2.4.1 \
64
+ tensorflow-gan==2.0.0
61
65
62
66
RUN python3 -m pip install --extra-index-url \
63
67
https://developer.download.nvidia.com/compute/redist nvidia-dali-cuda100 \
@@ -78,7 +82,8 @@ RUN python3 -m pip install --no-cache-dir \
78
82
nni==1.9 \
79
83
mlflow==1.12.1 \
80
84
scikit-nni==0.2.1
81
-
85
+
86
+ COPY ./service-defs /etc/backend.ai/service-defs
82
87
# Install ipython kernelspec
83
88
Run python3 -m ipykernel install --display-name "TensorFlow 2.4 on Python 3.8 & CUDA 11ᇂᇂᇂᇂ.1" && \
84
89
cat /usr/local/share/jupyter/kernels/python3/kernel.json
0 commit comments