Skip to content

Commit

Permalink
Merge pull request #64 from podder-ai/develop
Browse files Browse the repository at this point in the history
Merge develop into master
  • Loading branch information
takp committed Jan 22, 2020
2 parents 7180795 + 9a6110c commit 03c0496
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN apt-get update -y \
&& rm -rf /var/lib/apt/lists/* \
&& cd /usr/local/bin \
&& ln -s /usr/bin/python3 python \
&& pip3 install --upgrade pip
&& pip3 install --upgrade pip setuptools

# locale setting
RUN locale-gen en_US.UTF-8
Expand All @@ -33,9 +33,7 @@ ENV PYTHONPATH="${PYTHONPATH}:${POC_BASE_ROOT}/app" \
# Initialize Podder Task
WORKDIR ${POC_BASE_ROOT}
ARG TASK_NAME
ARG DOWNLOAD_URL
COPY .build .build
RUN python .build/podder_lib_installer.py ${DOWNLOAD_URL}
RUN python .build/task_file_copier.py

# Install default python packages
Expand Down

0 comments on commit 03c0496

Please sign in to comment.