Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -7,7 +7,7 @@ COPY requirements.txt .
|
|
7 |
RUN pip install --no-cache-dir -r requirements.txt
|
8 |
|
9 |
# Copy FastAPI app
|
10 |
-
COPY
|
11 |
|
12 |
# Expose the port Hugging Face Spaces expects
|
13 |
EXPOSE 7860
|
|
|
7 |
RUN pip install --no-cache-dir -r requirements.txt
|
8 |
|
9 |
# Copy FastAPI app
|
10 |
+
COPY autorun_lora_gradio.py .
|
11 |
|
12 |
# Expose the port Hugging Face Spaces expects
|
13 |
EXPOSE 7860
|