Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added the Dockerfile for CenterTrack #129

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

ravikt
Copy link

@ravikt ravikt commented Aug 29, 2020

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

This pr solved a lot of problem for me. 💐

# Set proxies if required
# ENV https_proxy=

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

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

Dockerfile Outdated Show resolved Hide resolved
Dockerfile Outdated Show resolved Hide resolved
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