SondosM commited on
Commit
25fff2a
·
verified ·
1 Parent(s): 7f255a3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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
- # COPY arabic_sign_lang_features.csv .
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)