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 324af0f commit d91eeb7Copy full SHA for d91eeb7
python-tensorflow/Dockerfile.2.4-py38-cuda11.1
@@ -62,7 +62,15 @@ RUN python3 -m pip install --no-cache-dir \
62
tensorflow-plot==0.3.2 \
63
tensorflow_text==2.4.1 \
64
tensorflow-gan==2.0.0
65
-
+RUN python3 -m pip uninstall --no-cache-dir -y \
66
+ tensorflow==2.3.0 \
67
+ tensorflow-gpu==2.4.1 \
68
+ tensorboard==2.3.0 \
69
+ tensorboard-plugin-wit==1.7.0 && \
70
+ python3 -m pip install --no-cache-dir \
71
72
+ tensorboard-plugin-wit==1.8.0 \
73
+ tensorboard==2.4.0
74
RUN python3 -m pip install --extra-index-url \
75
https://developer.download.nvidia.com/compute/redist nvidia-dali-cuda100 \
76
&& \
0 commit comments