alexorlov commited on
Commit
9e44cc2
·
verified ·
1 Parent(s): 4fd27c6

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y \
8
  libsndfile1 \
9
  && rm -rf /var/lib/apt/lists/*
10
 
11
- # Force rebuild: v1 (change this comment to invalidate Docker cache)
12
  COPY requirements.txt .
13
 
14
  # Install Python dependencies
 
8
  libsndfile1 \
9
  && rm -rf /var/lib/apt/lists/*
10
 
11
+ # Force rebuild: v2 - fix JSON parsing
12
  COPY requirements.txt .
13
 
14
  # Install Python dependencies