Spaces:
Runtime error
Runtime error
Commit
·
2e9730e
1
Parent(s):
01bcb99
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -2,7 +2,7 @@ FROM python:3.11
|
|
2 |
|
3 |
WORKDIR /code
|
4 |
|
5 |
-
RUN git clone
|
6 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
7 |
|
8 |
COPY . .
|
|
|
2 |
|
3 |
WORKDIR /code
|
4 |
|
5 |
+
RUN git clone https://github.com/pvonderlind/CircadianRythmEU.git .
|
6 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
7 |
|
8 |
COPY . .
|