Spaces:
Sleeping
Sleeping
- DockerFile +0 -4
DockerFile
CHANGED
|
@@ -1,7 +1,3 @@
|
|
| 1 |
-
|
| 2 |
-
### 2. `Dockerfile`
|
| 3 |
-
*(This tells Hugging Face how to build the Python environment)*
|
| 4 |
-
```dockerfile
|
| 5 |
FROM python:3.9-slim
|
| 6 |
|
| 7 |
WORKDIR /app
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
FROM python:3.9-slim
|
| 2 |
|
| 3 |
WORKDIR /app
|