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
yaoyuping
nnDetection
Commits
87bbe588
Commit
87bbe588
authored
Apr 27, 2022
by
Kapsner
Browse files
fix: downgrading torchmetrics due to import error
parent
cde84743
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
Dockerfile
Dockerfile
+3
-0
No files found.
Dockerfile
View file @
87bbe588
...
...
@@ -47,3 +47,6 @@ RUN mkdir ${det_data} \
WORKDIR
/opt/code/nndet
COPY
. .
RUN
FORCE_CUDA
=
1 pip
install
-v
-e
.
# torchmetrics=='0.8.1' fails, so downgrade here
RUN
yes
| pip
install
torchmetrics
==
'0.7.3'
\ No newline at end of file
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