Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Marco Di Francesco
IDA LSTM
Commits
102819f5
Commit
102819f5
authored
Jun 17, 2021
by
Marco Di Francesco
🍉
Browse files
Update docker file with nvidia container
parent
37544916
Changes
2
Hide whitespace changes
Inline
Side-by-side
.dockerignore
0 → 100644
View file @
102819f5
.venv
dataset
\ No newline at end of file
Dockerfile
View file @
102819f5
FROM
python:3.9-slim
FROM
nvcr.io/nvidia/pytorch:21.05-py3
WORKDIR
/app
# Install opencv dependencies
RUN
apt-get update
&&
apt-get
install
-y
ffmpeg libsm6 libxext6
COPY
requirements.txt requirements.txt
RUN
pip
install
-r
requirements.txt
RUN
pip
install
--no-cache-dir
-r
requirements.txt
COPY
. .
CMD
python cikm_inter_dst_predrnn_run_taasss.py
\ No newline at end of file
Write
Preview
Supports
Markdown
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