Skip to content

Commit

Permalink
Disable tensorflow-serving env (#930)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchanaShinde1 committed Oct 30, 2023
1 parent 752673e commit 2924c70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion envs/opence-fips-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ imported_envs:
- deepspeed-env.yaml # [build_type == 'cpu' or cudatoolkit == '11.8']
- misc-env.yaml
- or-tools-env.yaml
- tensorflow-serving-env.yaml
# - tensorflow-serving-env.yaml

# On s390x, ffmpeg is not available in anaconda's main channel, hence we need to use our own ffmpeg for s390x
- ffmpeg-env.yaml #[s390x]
Expand Down
2 changes: 1 addition & 1 deletion envs/opence-p10-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ imported_envs:
- lightgbm-env.yaml
- arrow-env.yaml
- or-tools-env.yaml
- tensorflow-serving-env.yaml
# - tensorflow-serving-env.yaml

packages:
- feedstock : opencv
Expand Down

0 comments on commit 2924c70

Please sign in to comment.