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 80606f3 commit 26f6ad2Copy full SHA for 26f6ad2
Dockerfile
@@ -1,8 +1,8 @@
1
FROM tensorflow/tensorflow:2.19.0
2
3
-RUN apt update
4
-RUN apt upgrade
5
-RUN apt install git
+RUN apt update -y
+RUN apt upgrade -y
+RUN apt install git -y
6
7
WORKDIR /app
8
0 commit comments