Skip to content

Commit

Permalink
[ci] Rollback buggy Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
AmesingFlank authored Sep 9, 2021
1 parent ca6d6f8 commit a4940cf
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions ci/Dockerfile
Original file line number Diff line number Diff line change
@@ -33,14 +33,6 @@ RUN apt-get update && \
unzip


# Install Vulkan
WORKDIR /
RUN wget -qO - https://packages.lunarg.com/lunarg-signing-key-pub.asc | sudo apt-key add -
RUN sudo wget -qO /etc/apt/sources.list.d/lunarg-vulkan-1.2.182-focal.list https://packages.lunarg.com/vulkan/1.2.182/lunarg-vulkan-1.2.182-focal.list
RUN sudo apt update
RUN sudo apt install vulkan-sdk


# Install the latest version of CMAKE v3.20.2 from source
WORKDIR /
RUN wget https://github.com/Kitware/CMake/releases/download/v3.20.5/cmake-3.20.5-linux-x86_64.tar.gz
@@ -71,6 +63,7 @@ RUN $PYTHON -m pip install --user -r requirements_dev.txt
RUN git submodule update --init --recursive --depth=1
WORKDIR /taichi-dev/taichi
WORKDIR python/
ENV TAICHI_CMAKE_ARGS="-DTI_WITH_VULKAN:BOOL=OFF"
RUN $PYTHON build.py build $TEST_OPTION
WORKDIR ../
RUN $PYTHON -m pip install dist/*.whl

0 comments on commit a4940cf

Please sign in to comment.