Skip to content

Commit 6f4fd17

Browse files
committed
Fix dependencies
Signed-off-by: Beat Buesser <[email protected]>
1 parent c1fe494 commit 6f4fd17

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

.github/actions/tfv2-faster-rcnn/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Get base from a tensorflow image
2-
FROM tensorflow/tensorflow:2.10.1
2+
FROM tensorflow/tensorflow:2.13.0
33

44
# Set to install things in non-interactive mode
55
ENV DEBIAN_FRONTEND noninteractive
@@ -38,10 +38,9 @@ RUN cd TensorFlow && wget https://github.com/protocolbuffers/protobuf/releases/d
3838
RUN cd TensorFlow && unzip protoc-3.17.3-linux-x86_64.zip -d protobuf
3939
RUN cd TensorFlow/models/research && /TensorFlow/protobuf/bin/protoc object_detection/protos/*.proto --python_out=.
4040
RUN cd TensorFlow/models/research && cp object_detection/packages/tf2/setup.py .
41-
RUN cd TensorFlow/models/research && python -m pip install --use-feature=2020-resolver .
41+
RUN cd TensorFlow/models/research && python -m pip install .
4242

4343
RUN pip install tqdm
4444
RUN pip install requests
45-
RUN pip install sklearn
4645
RUN pip install numba==0.50.0
4746
RUN pip install pytest-cov

.github/workflows/ci-deepspeech-v3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
test_deepspeech_v3_torch_2_1_1:
2626
name: PyTorchDeepSpeech v3 / PyTorch 2.1.1
2727
runs-on: ubuntu-latest
28-
container: bbuesser/art_testing_envs_deepspeech_v3_torch_2_1_1:latest
28+
container: bbuesser/art_testing_env_deepspeech_v3_torch_2_1_1:latest
2929
steps:
3030
- name: Checkout Repo
3131
uses: actions/checkout@v4

.github/workflows/ci-espresso.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
test_espresso:
2626
name: PyTorchEspresso
2727
runs-on: ubuntu-latest
28-
container: bbuesser/art_testing_envs_espresso:latest
28+
container: bbuesser/art_testing_env_espresso:latest
2929
steps:
3030
- name: Checkout Repo
3131
uses: actions/checkout@v4

.github/workflows/ci-tfv2-faster-rcnn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
test_tf_v2_faster_rcnn:
2626
name: TensorFlowV2FasterRCNN
2727
runs-on: ubuntu-latest
28-
container: adversarialrobustnesstoolbox/art_testing_envs:tfv2-faster-rcnn
28+
container: bbuesser/art_testing_env_tfv2-faster-rcnn:latest
2929
steps:
3030
- name: Checkout Repo
3131
uses: actions/checkout@v4

0 commit comments

Comments
 (0)