Commit e243eeb0 authored by Ian Coffey's avatar Ian Coffey

add --no-cache-dir to autosklearn recipe

parent 6f8ac879
...@@ -536,5 +536,5 @@ RUN apt-get update && \ ...@@ -536,5 +536,5 @@ RUN apt-get update && \
USER $NB_UID USER $NB_UID
RUN pip install --quiet auto-sklearn RUN pip install --quiet --no-cache-dir auto-sklearn
``` ```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment