Spaces:
Runtime error
Runtime error
Commit ·
fb3f475
1
Parent(s): d44e618
Create Dockerfile
Browse files- Dockerfile +5 -0
Dockerfile
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
FROM tensorflow/tensorflow:latest
|
| 2 |
+
|
| 3 |
+
RUN pip install fastapi uvicorn keras aiofiles
|
| 4 |
+
|
| 5 |
+
CMD ["python", "main.py"]
|