Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shivadbhavsar committed Sep 18, 2024
1 parent 7aec098 commit e3af86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def runTests() {
gitStatusWrapper(credentialsId: "${env.status_wrapper_creds}", gitHubContext: "Jenkins - pytest-${arch}", account: 'ROCmSoftwarePlatform', repo: 'torch_migraphx') {
sh """
docker_tag=\$(echo -n ./ci/base.Dockerfile | sha256sum | awk '{print \$1}')
docker run --rm --network=host --device=/dev/kfd --device=/dev/dri --group-add=video --ipc=host --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -v==`pwd`:/workspace/torch_migraphx rocm/torch-migraphx-ci-ubuntu:\$docker_tag bash -c \\
docker run --rm --network=host --device=/dev/kfd --device=/dev/dri --group-add=video --ipc=host --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -v=`pwd`:/workspace/torch_migraphx rocm/torch-migraphx-ci-ubuntu:\$docker_tag bash -c \\
"cd /workspace/torch_migraphx/py ; export TORCH_CMAKE_PATH=\$(python -c \"import torch; print(torch.utils.cmake_prefix_path)\") ; python -m pip install . ; cd /workspace/torch_migraphx/tests/ ; pytest"
"""
}
Expand Down

0 comments on commit e3af86b

Please sign in to comment.