Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lpr_service
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sikhin.vc
lpr_service
Commits
52481e7d
Commit
52481e7d
authored
Dec 14, 2023
by
shikhin-1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added dockerfile
parent
a6872d56
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
Dockerfile
Dockerfile
+13
-0
No files found.
Dockerfile
0 → 100644
View file @
52481e7d
FROM
python:3.10
RUN
apt-get update
RUN
apt
install
tzdata ffmpeg libsm6 libxext6
-y
#RUN pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu116
RUN
python3
-m
pip
install
--upgrade
pip
RUN
python3
-m
pip
install
scipy
==
1.9.3
ADD
. /code
WORKDIR
/code
COPY
requirements.txt /code/requirements.txt
RUN
pip3
install
-r
requirements.txt
CMD
["python3","app.py"]
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