Skip to content

Commit

Permalink
fix pip config
Browse files Browse the repository at this point in the history
  • Loading branch information
mshr-h committed Nov 2, 2024
1 parent a34953b commit a3a9952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.ci_gpu
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ ENV PATH ${TVM_VENV}/bin:$PATH
ENV PYTHONNOUSERSITE 1 # Disable .local directory from affecting CI.

# Globally disable pip cache
RUN bash /install/ubuntu_install_cmake_source.sh
RUN pip config set global.no-cache-dir false

COPY install/ubuntu2204_install_llvm.sh /install/ubuntu2204_install_llvm.sh
RUN bash /install/ubuntu2204_install_llvm.sh
Expand Down

0 comments on commit a3a9952

Please sign in to comment.