haihuynh commited on
Commit
0579605
1 Parent(s): 8b89993

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ FROM python:3.9
6
  FROM python:latest
7
 
8
  RUN apt-get update \
9
- && apt-get install unzip python
10
 
11
  # RUN unzip img_align_celeba.zip -d .
12
 
 
6
  FROM python:latest
7
 
8
  RUN apt-get update \
9
+ && apt-get install unzip
10
 
11
  # RUN unzip img_align_celeba.zip -d .
12