bxlgyss commited on
Commit
aed6eba
·
verified ·
1 Parent(s): 65e8758

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -3,13 +3,13 @@ FROM python:3.10-slim
3
  WORKDIR /app
4
 
5
  # install dependencies
6
- COPY requirements.txt
7
  RUN pip install --no-cache-dir -r requirements.txt
8
 
9
  # copy app
10
  COPY src/ ./src/
11
 
12
- # HF Space metadata kamu pakai app_port: 8501
13
  EXPOSE 8501
14
 
15
  # run streamlit
 
3
  WORKDIR /app
4
 
5
  # install dependencies
6
+ COPY requirements.txt .
7
  RUN pip install --no-cache-dir -r requirements.txt
8
 
9
  # copy app
10
  COPY src/ ./src/
11
 
12
+ # HF Space metadata pakai app_port: 8501
13
  EXPOSE 8501
14
 
15
  # run streamlit