Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +0 -3
Dockerfile
CHANGED
@@ -30,9 +30,6 @@ RUN apt install -y bash \
|
|
30 |
|
31 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
32 |
|
33 |
-
COPY ./q8_kernels-0.0.0-cp39-cp39-linux_x86_64.whl /code/q8_kernels-0.0.0-cp39-cp39-linux_x86_64.whl
|
34 |
-
RUN pip install /code/q8_kernels-0.0.0-cp39-cp39-linux_x86_64.whl
|
35 |
-
|
36 |
# Set up a new user named "user" with user ID 1000
|
37 |
RUN useradd -m -u 1000 user
|
38 |
|
|
|
30 |
|
31 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
32 |
|
|
|
|
|
|
|
33 |
# Set up a new user named "user" with user ID 1000
|
34 |
RUN useradd -m -u 1000 user
|
35 |
|