Hi all, I'm using the new and improved `@conda` d...
# ask-metaflow
a
Hi all, I'm using the new and improved
@conda
decorator and metaflow
2.10.2
, but having some problems installing the external dependencies. Attempting this:
Copy code
@conda_base(
    libraries={
        "pytorch::pytorch": "1.12.1",
        "pytorch::torchvision": "0.13.0",
        "conda-forge::matplotlib": "3.5.3",
        "conda-forge::sentencepiece": "0.1.97",
        "conda-forge::pandas": "1.5.3",
        "conda-forge::pytorch-lightning": "1.9.4",
        "conda-forge::scikit-learn": "1.2.2",
        "conda-forge::deepspeed": "0.9.2"
    },
    python="3.10.1",
)
1