Spaces:
Runtime error
Runtime error
Commit
·
d606340
1
Parent(s):
8f0eefb
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -18,6 +18,8 @@ WORKDIR /code
|
|
18 |
|
19 |
RUN mkdir /code/cache && chmod a+w /code/cache
|
20 |
|
|
|
|
|
21 |
COPY ./requirements.txt /code/requirements.txt
|
22 |
|
23 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
|
18 |
|
19 |
RUN mkdir /code/cache && chmod a+w /code/cache
|
20 |
|
21 |
+
RUN git clone https://tracinginsights:{GITHUB_PAT}@github.com/TracingInsights/fastf1api.git
|
22 |
+
|
23 |
COPY ./requirements.txt /code/requirements.txt
|
24 |
|
25 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|