Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Drexel 2022-2023 AIML Capstone - Digital Pathology
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Zac Rahn
Drexel 2022-2023 AIML Capstone - Digital Pathology
Commits
4bef1e7f
Commit
4bef1e7f
authored
2 years ago
by
dw927
Browse files
Options
Downloads
Patches
Plain Diff
Added DockerFile.
parent
92ee4f4e
Branches
Branches containing commit
No related tags found
1 merge request
!4
Dwelsh
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
upload_service/DockerFile
+11
-0
11 additions, 0 deletions
upload_service/DockerFile
with
11 additions
and
0 deletions
upload_service/DockerFile
0 → 100644
+
11
−
0
View file @
4bef1e7f
FROM
python
WORKDIR
/home
COPY
. .
RUN
pip3
install
flask
RUN
pip3
install
boto3
RUN
pip3
install
s3_provider
EXPOSE
5001
CMD
flask --app app run -p 5001
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment