Pruple commited on
Commit
bd83678
1 Parent(s): 4d33bfa

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -5,6 +5,8 @@ FROM python:3.9
5
 
6
  WORKDIR /code
7
 
 
 
8
  ENV PATH /home/${USERNAME}/.local/bin:${PATH}
9
 
10
  COPY ./requirements.txt /code/requirements.txt
 
5
 
6
  WORKDIR /code
7
 
8
+ RUN echo $(python3 -m site --user-base)
9
+
10
  ENV PATH /home/${USERNAME}/.local/bin:${PATH}
11
 
12
  COPY ./requirements.txt /code/requirements.txt