File size: 131 Bytes
da994cf |
1 2 3 4 5 |
FROM mcr.microsoft.com/azureml/curated/acpt-pytorch-1.11-cuda11.3:12
USER root:root
RUN pip install pybind11
RUN pip install regex |
da994cf |
1 2 3 4 5 |
FROM mcr.microsoft.com/azureml/curated/acpt-pytorch-1.11-cuda11.3:12
USER root:root
RUN pip install pybind11
RUN pip install regex |