Spaces:
Runtime error
Runtime error
philip-vonderlind
commited on
Commit
•
69ea771
1
Parent(s):
499c7b2
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -4,7 +4,7 @@ WORKDIR /code
|
|
4 |
|
5 |
RUN git clone https://github.com/pvonderlind/CircadianRythmEU.git .
|
6 |
RUN pip install --upgrade pip
|
7 |
-
RUN pip install --no-cache-dir --force-reinstall --upgrade -r /code/requirements_docker.txt
|
8 |
|
9 |
COPY . .
|
10 |
|
|
|
4 |
|
5 |
RUN git clone https://github.com/pvonderlind/CircadianRythmEU.git .
|
6 |
RUN pip install --upgrade pip
|
7 |
+
RUN pip install --no-cache-dir --force-reinstall --upgrade -r /code/requirements_docker.txt
|
8 |
|
9 |
COPY . .
|
10 |
|