yongyeol commited on
Commit
ee1181f
·
verified ·
1 Parent(s): ca4918b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  FROM ubuntu:20.04
2
-
3
  # Set environment variables to avoid interactive prompts during package installation
4
  ENV DEBIAN_FRONTEND=noninteractive
5
 
 
1
  FROM ubuntu:20.04
2
+ FROM tensorflow/tensorflow:2.15.0
3
  # Set environment variables to avoid interactive prompts during package installation
4
  ENV DEBIAN_FRONTEND=noninteractive
5