qianmuuq commited on
Commit
2371f09
1 Parent(s): 78b9ab2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -6,8 +6,6 @@ COPY ./requirements.txt /code/requirements.txt
6
 
7
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
8
 
9
- COPY . .
10
-
11
  RUN useradd -m -u 1000 user
12
  # Switch to the "user" user
13
  USER user
 
6
 
7
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
8
 
 
 
9
  RUN useradd -m -u 1000 user
10
  # Switch to the "user" user
11
  USER user