yangtb24 commited on
Commit
0bb7247
·
verified ·
1 Parent(s): 0913f15

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -1,8 +1,5 @@
1
  FROM python:3.11-slim
2
 
3
- sudo apt update
4
- sudo apt install curl
5
-
6
  WORKDIR /app
7
 
8
  COPY requirements.txt .
 
1
  FROM python:3.11-slim
2
 
 
 
 
3
  WORKDIR /app
4
 
5
  COPY requirements.txt .