File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ RUN pip install --no-cache-dir --no-deps torch torchmetrics \
2929COPY --chown=1000:1000 --from=triton /opt/tritonserver/backends/pytorch backends/pytorch
3030
3131# DLFW Python packages
32- COPY --chown=1000:1000 --from=dlfw /opt/conda /lib/python3.8/site -packages/numba /usr/local/lib/python3.8/dist-packages/numba
33- COPY --chown=1000:1000 --from=dlfw /opt/conda /lib/python3.8/site -packages/numpy /usr/local/lib/python3.8/dist-packages/numpy
34- COPY --chown=1000:1000 --from=dlfw /opt/conda /lib/python3.8/site -packages/torch /usr/local/lib/python3.8/dist-packages/torch
32+ COPY --chown=1000:1000 --from=dlfw /usr/local /lib/python3.8/dist -packages/numba /usr/local/lib/python3.8/dist-packages/numba
33+ COPY --chown=1000:1000 --from=dlfw /usr/local /lib/python3.8/dist -packages/numpy /usr/local/lib/python3.8/dist-packages/numpy
34+ COPY --chown=1000:1000 --from=dlfw /usr/local /lib/python3.8/dist -packages/torch /usr/local/lib/python3.8/dist-packages/torch
3535
3636RUN pip install --no-deps fastai fastcore fastprogress fastdownload
3737RUN pip install matplotlib
You can’t perform that action at this time.
0 commit comments