Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -10,7 +10,8 @@ RUN install2.r --error \
|
|
| 10 |
ggExtra \
|
| 11 |
xgboost \
|
| 12 |
baseballr \
|
| 13 |
-
DT
|
|
|
|
| 14 |
|
| 15 |
COPY . .
|
| 16 |
|
|
|
|
| 10 |
ggExtra \
|
| 11 |
xgboost \
|
| 12 |
baseballr \
|
| 13 |
+
DT \
|
| 14 |
+
httr
|
| 15 |
|
| 16 |
COPY . .
|
| 17 |
|