Chittrarasu commited on
Commit
f4eb83a
·
1 Parent(s): 9de3c36
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ WORKDIR /app
8
  COPY . /app
9
 
10
  # Install dependencies
11
- RUN pip install --no-cache-dir -r requirements.txt
12
 
13
  # Expose port (Hugging Face uses port 7860 by default)
14
  EXPOSE 7860
 
8
  COPY . /app
9
 
10
  # Install dependencies
11
+ RUN pip install --no-cache-dir -r Requirements.txt
12
 
13
  # Expose port (Hugging Face uses port 7860 by default)
14
  EXPOSE 7860