Skip to content

Commit

Permalink
[test] Fix test_provisioning_shim
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Mezentsev committed Mar 22, 2024
1 parent 2d4a797 commit 7ab0cff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ async def test_provisioning_shim(self, test_db, session: AsyncSession):
username="",
password="",
image_name="dstackai/base:py3.11-0.4rc4-cuda-12.1",
container_name="test-run-0-0",
container_name="test-run-0",
shm_size=None,
)
await session.refresh(job)
Expand Down

0 comments on commit 7ab0cff

Please sign in to comment.