Spaces:
Runtime error
Runtime error
tracinginsights
commited on
Commit
·
120bf90
1
Parent(s):
41479e9
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -18,7 +18,7 @@ WORKDIR /code
|
|
18 |
|
19 |
RUN mkdir /code/cache && chmod a+w /code/cache
|
20 |
|
21 |
-
RUN git clone https://tracinginsights
|
22 |
|
23 |
COPY ./requirements.txt /code/requirements.txt
|
24 |
|
|
|
18 |
|
19 |
RUN mkdir /code/cache && chmod a+w /code/cache
|
20 |
|
21 |
+
RUN git clone https://tracinginsights:$GITHUB@github.com/TracingInsights/fastf1api.git
|
22 |
|
23 |
COPY ./requirements.txt /code/requirements.txt
|
24 |
|