chartManD commited on
Commit
b07cb3b
·
1 Parent(s): f71084e

list files

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -6,6 +6,8 @@ FROM python:3.9-slim
6
 
7
  WORKDIR .
8
 
 
 
9
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
10
  RUN python3 --version
11
  RUN pip --version
 
6
 
7
  WORKDIR .
8
 
9
+ RUN ls
10
+
11
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
12
  RUN python3 --version
13
  RUN pip --version