Pruple commited on
Commit
c633b6d
1 Parent(s): 5eae2ed

Update Dockerfile

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