Spaces:
Sleeping
Sleeping
..
Browse files- Dockerfile +1 -1
- render.yaml +0 -8
- requirements.txt +0 -0
- stable_diffusion_api +0 -1
Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
FROM python:3.
|
| 2 |
|
| 3 |
# Create a non-root user
|
| 4 |
RUN useradd -m -u 1000 user
|
|
|
|
| 1 |
+
FROM python:3.9
|
| 2 |
|
| 3 |
# Create a non-root user
|
| 4 |
RUN useradd -m -u 1000 user
|
render.yaml
DELETED
|
@@ -1,8 +0,0 @@
|
|
| 1 |
-
services:
|
| 2 |
-
- type: web
|
| 3 |
-
name: fastapi-backend
|
| 4 |
-
env: python
|
| 5 |
-
plan: free
|
| 6 |
-
buildCommand: ""
|
| 7 |
-
startCommand: uvicorn main:app --host 0.0.0.0 --port 10000
|
| 8 |
-
autoDeploy: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
requirements.txt
CHANGED
|
Binary files a/requirements.txt and b/requirements.txt differ
|
|
|
stable_diffusion_api
DELETED
|
@@ -1 +0,0 @@
|
|
| 1 |
-
Subproject commit f7438ca9fba6f88c380cec8687908e1085bd2053
|
|
|
|
|
|