Skip to content

Commit

Permalink
tensorflow 2.0 installation without explicit GPU
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophSchranz committed Jan 28, 2021
1 parent cd12d58 commit 6a7acde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dockerfile.gpulibs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ LABEL maintainer="Christoph Schranz <[email protected]>"
# Install Tensorflow, check compatibility here: https://www.tensorflow.org/install/gpu
# installation via conda leads to errors in version 4.8.2
RUN pip install --upgrade pip && \
pip install --no-cache-dir "tensorflow-gpu>=2.1.*" && \
pip install --no-cache-dir "tensorflow==2.3.2" && \
pip install --no-cache-dir keras

# Install PyTorch with dependencies
Expand Down

0 comments on commit 6a7acde

Please sign in to comment.