Tanusree88 commited on
Commit
25dccb2
1 Parent(s): b7b4994

Update Docker

Browse files
Files changed (1) hide show
  1. Docker +2 -1
Docker CHANGED
@@ -4,7 +4,7 @@ FROM python:3.10
4
  # Set the working directory in the container
5
  WORKDIR /app
6
 
7
- # Install system dependencies (if needed, you can add more here)
8
  RUN apt-get update && apt-get install -y \
9
  git \
10
  git-lfs \
@@ -29,3 +29,4 @@ COPY . .
29
 
30
  # Command to run the app with Streamlit
31
  CMD ["streamlit", "run", "app.py", "--server.port=8080", "--server.address=0.0.0.0"]
 
 
4
  # Set the working directory in the container
5
  WORKDIR /app
6
 
7
+ # Install system dependencies
8
  RUN apt-get update && apt-get install -y \
9
  git \
10
  git-lfs \
 
29
 
30
  # Command to run the app with Streamlit
31
  CMD ["streamlit", "run", "app.py", "--server.port=8080", "--server.address=0.0.0.0"]
32
+