mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-04-29 03:00:14 -04:00
that fix it
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -178,6 +178,6 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Build Docker
|
||||
run: docker build -t tinygrad -f test/Dockerfile .
|
||||
run: cd test && docker build -t tinygrad -f Dockerfile .
|
||||
- name: Test Docker
|
||||
run: docker run -it --rm tinygrad /usr/bin/env python3 -c "from tinygrad.tensor import Tensor; print(Tensor.eye(3).numpy())"
|
||||
Reference in New Issue
Block a user