File size: 270 Bytes
36e1539 4838762 77f86dc 36e1539 |
1 2 3 4 5 6 7 8 9 10 11 12 |
FROM zeahub/all:v0.0.4
RUN apt-get update && apt-get install -y git-lfs && rm -rf /var/lib/apt/lists/*
RUN pip install --no-cache-dir gradio tyro optuna
RUN pip install --no-cache-dir --no-deps pytorch_fid
RUN pip install --no-cache-dir -U keras
WORKDIR /workspace
|