Skip to content

Commit

Permalink
Debug container issue
Browse files Browse the repository at this point in the history
  • Loading branch information
DanilBaibak committed Mar 13, 2024
1 parent 8ad56b4 commit 5f22ba0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/_linux-test-arc.yml
Expand Up @@ -272,13 +272,14 @@ jobs:
--detach \
--name="${container_name}" \
--user jenkins \
--privileged \
-v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \
-w /var/lib/jenkins/workspace \
"${DOCKER_IMAGE}"
)
echo "${container_name}"
sleep(10000)
# echo "${container_name}"
# sleep(10000)

# Propagate download.pytorch.org IP to container
grep download.pytorch.org /etc/hosts | docker exec -i "${container_name}" sudo bash -c "/bin/cat >> /etc/hosts"
Expand Down

0 comments on commit 5f22ba0

Please sign in to comment.