vhr1007 commited on
Commit
298c89d
·
verified ·
1 Parent(s): 745dcf3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ FROM python:3.10.9
5
  WORKDIR /app
6
 
7
  # Create the cache directory
8
- RUN mkdir -p /app/.cache/huggingface
9
 
10
  # Copy the current directory contents into the container at /app
11
  COPY . /app
 
5
  WORKDIR /app
6
 
7
  # Create the cache directory
8
+ #RUN mkdir -p /app/.cache/huggingface
9
 
10
  # Copy the current directory contents into the container at /app
11
  COPY . /app