Skip to content

Commit

Permalink
update setuptools to 58.0.0 (#646)
Browse files Browse the repository at this point in the history
Signed-off-by: Clement Fuji Tsang <cfujitsang@nvidia.com>

Signed-off-by: Clement Fuji Tsang <cfujitsang@nvidia.com>
  • Loading branch information
Caenorst committed Nov 3, 2022
1 parent b47f216 commit be0d000
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/linux/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ RUN npm install -g npm@8.5.4
COPY package.json package-lock.json ./
RUN npm install

RUN pip install --no-cache-dir ninja setuptools==46.4.0 numpy==1.18.0
RUN pip install --no-cache-dir ninja setuptools==58.0.0 numpy==1.18.0
2 changes: 1 addition & 1 deletion tools/linux/Dockerfile.install
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ RUN npm install -g npm@8.5.4
RUN npm install

RUN pip install --upgrade pip && \
pip install --no-cache-dir setuptools==46.4.0 ninja cython==0.29.20 \
pip install --no-cache-dir setuptools==58.0.0 ninja cython==0.29.20 \
imageio imageio-ffmpeg
#
#ENV TORCH_CUDA_ARCH_LIST="6.0;6.1;6.2;7.0;7.5;8.0;8.6"
Expand Down

0 comments on commit be0d000

Please sign in to comment.