Spaces:
Sleeping
Sleeping
another try again
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# Use an official Python runtime as a parent image
|
| 2 |
-
FROM
|
| 3 |
|
| 4 |
# Set the working directory in the container
|
| 5 |
WORKDIR /code
|
|
|
|
| 1 |
# Use an official Python runtime as a parent image
|
| 2 |
+
FROM tensorflow/tensorflow:2.16.1-gpu
|
| 3 |
|
| 4 |
# Set the working directory in the container
|
| 5 |
WORKDIR /code
|