"tests/test_csrc/device/test_cuda_device.cpp" did not exist on "abaad57010a260853de0757adddbae643e0a85f8"
Commit cf367df9 authored by jnwei's avatar jnwei
Browse files

make space for docker CI

parent 60eff632
......@@ -11,5 +11,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Cleanup
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- name: Build the Docker image
run: docker build . --file Dockerfile --tag openfold:$(date +%s)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment