banao-tech commited on
Commit
9f2a408
·
verified ·
1 Parent(s): 3783632

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,7 +12,7 @@ RUN chmod 1777 /tmp \
12
  && apt install -y --no-install-recommends libcudnn8 libcublas-12-2
13
 
14
  # Copy the requirements.txt file into the container
15
- COPY requirements.txt /app/requirements.txt
16
 
17
  # Install Python dependencies from requirements.txt
18
  RUN pip install --no-cache-dir -r /app/requirements.txt
 
12
  && apt install -y --no-install-recommends libcudnn8 libcublas-12-2
13
 
14
  # Copy the requirements.txt file into the container
15
+ COPY requirements.txt requirements.txt
16
 
17
  # Install Python dependencies from requirements.txt
18
  RUN pip install --no-cache-dir -r /app/requirements.txt