Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
522e9e15
Unverified
Commit
522e9e15
authored
May 04, 2022
by
Nicolas Hug
Committed by
GitHub
May 04, 2022
Browse files
Remove jpeg dep for type-checking (#5943)
parent
22400011
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
.circleci/config.yml
.circleci/config.yml
+0
-3
.circleci/config.yml.in
.circleci/config.yml.in
+0
-3
No files found.
.circleci/config.yml
View file @
522e9e15
...
...
@@ -322,9 +322,6 @@ jobs:
docker
:
-
image
:
cimg/python:3.7
steps
:
-
apt_install
:
args
:
libturbojpeg-dev
descr
:
Install additional system libraries
-
checkout
-
install_torchvision
:
editable
:
true
...
...
.circleci/config.yml.in
View file @
522e9e15
...
...
@@ -322,9 +322,6 @@ jobs:
docker:
- image: cimg/python:3.7
steps:
- apt_install:
args: libturbojpeg-dev
descr: Install additional system libraries
- checkout
- install_torchvision:
editable: true
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment