Dockerfile 461 Bytes
Newer Older
jerrrrry's avatar
jerrrrry committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
FROM nvcr.io/nvidia/pytorch:25.06-py3

ARG PIP_CONSTRAINT=

WORKDIR /workspace/nmm-sandbox

RUN pip install jsonlines omegaconf pulp torchprofile
RUN pip install flask flask_restful fire nltk
RUN pip install tiktoken blobfile

RUN pip install datasets transformers

RUN pip install triton==3.3.1
RUN pip install git+https://github.com/state-spaces/mamba.git
RUN pip install git+https://github.com/Dao-AILab/causal-conv1d.git

RUN pip install -U nvidia-modelopt