Fix some race conditions

This commit is contained in:
2024-02-26 22:27:47 +01:00
parent 4c7e335ef4
commit 7baa586738
3 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -47,4 +47,4 @@ ENV NVIDIA_VISIBLE_DEVICES="all"
ENV NVIDIA_DRIVER_CAPABILITIES="all"
EXPOSE 7666
CMD wgo run .
CMD wgo run -race .