Takashi Itoh commited on
Commit
6aec6ed
1 Parent(s): 92e85a3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -1,8 +1,6 @@
1
  FROM python:3.9.7
2
 
3
  WORKDIR /app
4
- RUN apt-get update && \
5
- apt-get install -y build-essential libxrender1 libxext-dev
6
  COPY requirements.txt .
7
  RUN pip install -r requirements.txt
8
  COPY . .
 
1
  FROM python:3.9.7
2
 
3
  WORKDIR /app
 
 
4
  COPY requirements.txt .
5
  RUN pip install -r requirements.txt
6
  COPY . .