We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4ab9d9 commit 8687422Copy full SHA for 8687422
.github/workflows/mz-workload-tests.yml
@@ -121,17 +121,14 @@ jobs:
121
test:
122
runs-on: [self-hosted, "${{ inputs.runner_label }}"]
123
container:
124
- image: python:3.8
125
- credentials:
126
- username: ${{ secrets.HUB_USER }}
127
- password: ${{ secrets.HUB_TOKEN }}
+ image: cache-registry.caas.intel.com/cache/library/python:slim
128
env:
129
http_proxy: ${{ secrets.HTTP_PROXY }}
130
https_proxy: ${{ secrets.HTTPS_PROXY }}
131
no_proxy: ${{ secrets.NO_PROXY }}
132
volumes:
133
- /tf_dataset/:/tf_dataset/
134
- options: --privileged
+ options: --user root --entrypoint bash --privileged
135
continue-on-error: true
136
steps:
137
- name: Checkout
0 commit comments