Spaces:
Sleeping
Sleeping
Commit ·
f66abc9
1
Parent(s): a06cf07
Fix Dockerfile: add missing COPY groq_client.py
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -18,6 +18,7 @@ COPY vegetation_indices.py .
|
|
| 18 |
COPY stress_detection_model.py .
|
| 19 |
COPY stress_detection_preprocessing.py .
|
| 20 |
COPY llm_analysis.py .
|
|
|
|
| 21 |
|
| 22 |
# Expose port
|
| 23 |
EXPOSE 7860
|
|
|
|
| 18 |
COPY stress_detection_model.py .
|
| 19 |
COPY stress_detection_preprocessing.py .
|
| 20 |
COPY llm_analysis.py .
|
| 21 |
+
COPY groq_client.py .
|
| 22 |
|
| 23 |
# Expose port
|
| 24 |
EXPOSE 7860
|