Skip to content

added the Dockerfile for CenterTrack - #129

Open
ravikt wants to merge 3 commits into
xingyizhou:masterfrom
ravikt:master
Open

added the Dockerfile for CenterTrack#129
ravikt wants to merge 3 commits into
xingyizhou:masterfrom
ravikt:master

Conversation

@ravikt

@ravikt ravikt commented Aug 29, 2020

Copy link
Copy Markdown

Created a Dockerfile for CenterTrack based on Ubuntu 16.04 and python3.6. The source application will be copied inside the image while the docker build is executed.

@anti-destiny

Copy link
Copy Markdown

This pr solved a lot of problem for me. 💐

Comment thread Dockerfile
# Set proxies if required
# ENV https_proxy=

RUN apt-get updateRUN DEBIAN_FRONTEND=noninteractive apt-get install -y tzdata

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
RUN apt-get updateRUN DEBIAN_FRONTEND=noninteractive apt-get install -y tzdata
RUN apt-get update
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y tzdata

Comment thread Dockerfile Outdated
Comment thread Dockerfile Outdated
ravikt and others added 2 commits December 21, 2020 21:16
Co-authored-by: diesendruck <moglobal@gmail.com>
Co-authored-by: diesendruck <moglobal@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants