Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -19,7 +19,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
| 19 |
COPY app.py .
|
| 20 |
|
| 21 |
# Copy data files (add your CSV and keypoints here)
|
| 22 |
-
|
| 23 |
# COPY keypoints/ keypoints/
|
| 24 |
|
| 25 |
# Expose port (HF Spaces requires 7860)
|
|
|
|
| 19 |
COPY app.py .
|
| 20 |
|
| 21 |
# Copy data files (add your CSV and keypoints here)
|
| 22 |
+
COPY arabic_sign_lang_features.csv .
|
| 23 |
# COPY keypoints/ keypoints/
|
| 24 |
|
| 25 |
# Expose port (HF Spaces requires 7860)
|