Kiran5 commited on
Commit
5fae9ce
·
1 Parent(s): 29f41b2

Add application file

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -12,7 +12,6 @@ COPY --chown=user . /app
12
 
13
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
14
 
15
-
16
  # Expose the port (default for Hugging Face is 7860)
17
  EXPOSE 7860
18
 
 
12
 
13
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
14
 
 
15
  # Expose the port (default for Hugging Face is 7860)
16
  EXPOSE 7860
17