Spaces:
Running
Running
Stanislav
commited on
Commit
·
d28c00e
1
Parent(s):
a755274
feat: yaml, docker
Browse files- Dockerfile +1 -1
- space.yaml +1 -1
Dockerfile
CHANGED
|
@@ -22,4 +22,4 @@ COPY . .
|
|
| 22 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 23 |
|
| 24 |
# Start FastAPI server
|
| 25 |
-
CMD ["python", "
|
|
|
|
| 22 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 23 |
|
| 24 |
# Start FastAPI server
|
| 25 |
+
CMD ["python", "app.py"]
|
space.yaml
CHANGED
|
@@ -4,7 +4,7 @@ colorFrom: "green"
|
|
| 4 |
colorTo: "green"
|
| 5 |
sdk: "docker"
|
| 6 |
python_version: "3.10"
|
| 7 |
-
app_file: "
|
| 8 |
fullWidth: true
|
| 9 |
pinned: true
|
| 10 |
license: "mit"
|
|
|
|
| 4 |
colorTo: "green"
|
| 5 |
sdk: "docker"
|
| 6 |
python_version: "3.10"
|
| 7 |
+
app_file: "app.py"
|
| 8 |
fullWidth: true
|
| 9 |
pinned: true
|
| 10 |
license: "mit"
|