pleonova commited on
Commit
635dc92
1 Parent(s): f6d3994

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ WORKDIR /app
7
  # Copy all files from the current directory to the container
8
  COPY . .
9
 
10
- # Install Python dependencies
11
  RUN pip install --no-cache-dir -r requirements.txt
12
 
13
  # Create a writable cache directory for Hugging Face models
 
7
  # Copy all files from the current directory to the container
8
  COPY . .
9
 
10
+ # Install Python dependencies, including PyTorch
11
  RUN pip install --no-cache-dir -r requirements.txt
12
 
13
  # Create a writable cache directory for Hugging Face models