Spaces:
Runtime error
Runtime error
tracinginsights
commited on
Commit
·
29a25f9
1
Parent(s):
120bf90
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -18,7 +18,6 @@ WORKDIR /code
|
|
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 |
|
|
|
18 |
|
19 |
RUN mkdir /code/cache && chmod a+w /code/cache
|
20 |
|
|
|
21 |
|
22 |
COPY ./requirements.txt /code/requirements.txt
|
23 |
|