Skip to content

Commit

Permalink
Merge pull request #261 from WildMeOrg/allow_ext_docker_img
Browse files Browse the repository at this point in the history
Update docker_control.py
  • Loading branch information
holmbergius authored Aug 28, 2023
2 parents 6d50be5 + 00f0831 commit b28af2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wbia/control/docker_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
DOCKER_CONFIG_REGISTRY = {}
DOCKER_IMAGE_PREFIX = [
'wildme',
'haimeh'

]
DOCKER_DEFAULT_RUN_ARGS = {'detach': True, 'restart_policy': {'Name': 'on-failure'}}

Expand Down

0 comments on commit b28af2a

Please sign in to comment.