File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Get base from a tensorflow image
2
- FROM tensorflow/tensorflow:2.10.1
2
+ FROM tensorflow/tensorflow:2.13.0
3
3
4
4
# Set to install things in non-interactive mode
5
5
ENV DEBIAN_FRONTEND noninteractive
@@ -38,10 +38,9 @@ RUN cd TensorFlow && wget https://github.com/protocolbuffers/protobuf/releases/d
38
38
RUN cd TensorFlow && unzip protoc-3.17.3-linux-x86_64.zip -d protobuf
39
39
RUN cd TensorFlow/models/research && /TensorFlow/protobuf/bin/protoc object_detection/protos/*.proto --python_out=.
40
40
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 .
42
42
43
43
RUN pip install tqdm
44
44
RUN pip install requests
45
- RUN pip install sklearn
46
45
RUN pip install numba==0.50.0
47
46
RUN pip install pytest-cov
Original file line number Diff line number Diff line change 25
25
test_deepspeech_v3_torch_2_1_1 :
26
26
name : PyTorchDeepSpeech v3 / PyTorch 2.1.1
27
27
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
29
29
steps :
30
30
- name : Checkout Repo
31
31
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 25
25
test_espresso :
26
26
name : PyTorchEspresso
27
27
runs-on : ubuntu-latest
28
- container : bbuesser/art_testing_envs_espresso :latest
28
+ container : bbuesser/art_testing_env_espresso :latest
29
29
steps :
30
30
- name : Checkout Repo
31
31
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 25
25
test_tf_v2_faster_rcnn :
26
26
name : TensorFlowV2FasterRCNN
27
27
runs-on : ubuntu-latest
28
- container : adversarialrobustnesstoolbox/art_testing_envs:tfv2 -faster-rcnn
28
+ container : bbuesser/art_testing_env_tfv2 -faster-rcnn:latest
29
29
steps :
30
30
- name : Checkout Repo
31
31
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments