sofieff commited on
Commit
d911163
·
verified ·
1 Parent(s): 6b0af40

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y \
12
  && rm -rf /var/lib/apt/lists/*
13
 
14
  # Copy requirements first for better caching
15
- COPY requirements_hf.txt .
16
 
17
  # Install Python dependencies
18
  RUN pip install --no-cache-dir -r requirements.txt
 
12
  && rm -rf /var/lib/apt/lists/*
13
 
14
  # Copy requirements first for better caching
15
+ COPY requirements.txt .
16
 
17
  # Install Python dependencies
18
  RUN pip install --no-cache-dir -r requirements.txt