scott-ashton-tds commited on
Commit
02c2ba2
·
1 Parent(s): dc71e86

Force Docker rebuild with updated app.py

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -37,7 +37,7 @@ RUN pip install --upgrade pip wheel \
37
  && pip install flash-attn==2.7.3 --no-build-isolation \
38
  && pip install -e /app/star-vector --no-build-isolation
39
 
40
- # Copy Space app
41
  COPY app.py /app/app.py
42
 
43
  # Hugging Face Spaces sets PORT; default to 7860 locally.
 
37
  && pip install flash-attn==2.7.3 --no-build-isolation \
38
  && pip install -e /app/star-vector --no-build-isolation
39
 
40
+ # Copy Space app (updated with torch_dtype fix)
41
  COPY app.py /app/app.py
42
 
43
  # Hugging Face Spaces sets PORT; default to 7860 locally.