zapatacc commited on
Commit
f62221b
·
1 Parent(s): 800c846

updating the Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -4
Dockerfile CHANGED
@@ -1,9 +1,5 @@
1
  FROM python:3.11-slim
2
 
3
- RUN useradd -m -u 1000 user
4
- USER user
5
- ENV PATH="/home/user/.local/bin:$PATH"
6
-
7
  WORKDIR /code
8
 
9
  RUN mkdir -p /code/preprocessor && chmod -R 777 /code/preprocessor
 
1
  FROM python:3.11-slim
2
 
 
 
 
 
3
  WORKDIR /code
4
 
5
  RUN mkdir -p /code/preprocessor && chmod -R 777 /code/preprocessor