runpod / serverless-ckpt-template

🖼️ | Quickly deploy a custom RunPod Endpoint API using your own model ckpt.
MIT License
21 stars 3 forks source link

ERROR: No matching distribution found for `triton==2.0.0.dev20221120` #1

Closed RahulBhalley closed 1 year ago

RahulBhalley commented 1 year ago

Doesn't work even if I use latest pre-release with --pre argument instead.

[+] Building 97.5s (18/21)                                                                                                                                                        
 => [internal] load build definition from Dockerfile                                                                                                                         0.0s
 => => transferring dockerfile: 1.39kB                                                                                                                                       0.0s
 => [internal] load .dockerignore                                                                                                                                            0.0s
 => => transferring context: 2B                                                                                                                                              0.0s
 => [internal] load metadata for docker.io/nvidia/cuda:11.6.2-cudnn8-devel-ubuntu20.04                                                                                       1.2s
 => [internal] load build context                                                                                                                                            0.0s
 => => transferring context: 4.82kB                                                                                                                                          0.0s
 => [ 1/17] FROM docker.io/nvidia/cuda:11.6.2-cudnn8-devel-ubuntu20.04@sha256:eb5b849e629ecdcc924d0e0eb2405377792d7ca24d3bd627cc5792e763bff977                               0.0s
 => CACHED [ 2/17] RUN apt-key del 7fa2af80                                                                                                                                  0.0s
 => CACHED [ 3/17] RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/3bf863cc.pub                                      0.0s
 => CACHED [ 4/17] RUN apt-get update --yes &&     apt-get upgrade --yes &&     apt install --yes --no-install-recommends    wget    bash    openssh-server &&    apt-get c  0.0s
 => CACHED [ 5/17] RUN apt-get update && apt-get install -y --no-install-recommends                                                                                          0.0s
 => CACHED [ 6/17] RUN apt-get install software-properties-common -y                                                                                                         0.0s
 => CACHED [ 7/17] RUN add-apt-repository ppa:deadsnakes/ppa                                                                                                                 0.0s
 => CACHED [ 8/17] RUN apt-get install python3.10 -y                                                                                                                         0.0s
 => CACHED [ 9/17] RUN apt-get install python3-pip -y                                                                                                                        0.0s
 => CACHED [10/17] COPY requirements.txt /opt/ckpt/requirements.txt                                                                                                          0.0s
 => CACHED [11/17] WORKDIR /opt/ckpt                                                                                                                                         0.0s
 => CACHED [12/17] RUN pip3 install -r requirements.txt                                                                                                                      0.0s
 => [13/17] RUN pip3 install xformers==0.0.16                                                                                                                               95.4s
 => ERROR [14/17] RUN pip3 install triton==2.0.0.dev20221120                                                                                                                 0.8s
------                                                                                                                                                                            
 > [14/17] RUN pip3 install triton==2.0.0.dev20221120:                                                                                                                            
#18 0.783 ERROR: Could not find a version that satisfies the requirement triton==2.0.0.dev20221120 (from versions: none)                                                          
#18 0.783 ERROR: No matching distribution found for triton==2.0.0.dev20221120                                                                                                     
------                                                                                                                                                                            
executor failed running [/bin/bash -o pipefail -c pip3 install triton==2.0.0.dev20221120]: exit code: 1
justinmerrell commented 1 year ago

Unable to re-produce this error, if anyone else can reproduce it we will re-open.