Spaces:
Running
Running
oceansweep
commited on
Commit
•
4c8517b
1
Parent(s):
37fed1b
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -14,8 +14,8 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
|
|
14 |
RUN apt-get update && apt-get install --no-install-recommends -y \
|
15 |
libcudnn8 \
|
16 |
libcudnn8-dev \
|
17 |
-
&& apt-get clean && rm -rf /var/lib/apt/lists/*
|
18 |
|
|
|
19 |
WORKDIR /code
|
20 |
|
21 |
COPY ./requirements.txt /code/requirements.txt
|
|
|
14 |
RUN apt-get update && apt-get install --no-install-recommends -y \
|
15 |
libcudnn8 \
|
16 |
libcudnn8-dev \
|
|
|
17 |
|
18 |
+
|
19 |
WORKDIR /code
|
20 |
|
21 |
COPY ./requirements.txt /code/requirements.txt
|