Spaces:
Running
Running
Anirudh Esthuri
commited on
Commit
·
a6d6734
1
Parent(s):
644c08d
Remove test app from build
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -22,7 +22,6 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
| 22 |
|
| 23 |
# Copy all application files
|
| 24 |
COPY app.py .
|
| 25 |
-
COPY app_test.py .
|
| 26 |
COPY gateway_client.py .
|
| 27 |
COPY llm.py .
|
| 28 |
COPY model_config.py .
|
|
|
|
| 22 |
|
| 23 |
# Copy all application files
|
| 24 |
COPY app.py .
|
|
|
|
| 25 |
COPY gateway_client.py .
|
| 26 |
COPY llm.py .
|
| 27 |
COPY model_config.py .
|