Skip to content

Commit

Permalink
Updating TensorFlow dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lnstadrum committed Mar 27, 2024
1 parent e82f65f commit aafd894
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tensorflow.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM tensorflow/tensorflow:2.7.1-gpu
FROM tensorflow/tensorflow:latest-gpu

# add source code
ADD . /opt/fastaugment

# install cmake
RUN apt install -y cmake
RUN apt update && apt install -y cmake

# compile
RUN cd /opt/fastaugment/tensorflow &&\
Expand Down

0 comments on commit aafd894

Please sign in to comment.