Skip to content

Commit e243eeb

Browse files
committed
add --no-cache-dir to autosklearn recipe
1 parent 6f8ac87 commit e243eeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/using/recipes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,5 +536,5 @@ RUN apt-get update && \
536536
537537
USER $NB_UID
538538
539-
RUN pip install --quiet auto-sklearn
539+
RUN pip install --quiet --no-cache-dir auto-sklearn
540540
```

0 commit comments

Comments
 (0)