Skip to content

Commit

Permalink
Bump Ubuntu/Python versions in ECR GC Docker image (pytorch#58309)
Browse files Browse the repository at this point in the history
  • Loading branch information
samestep authored and facebook-github-bot committed May 14, 2021
1 parent 623d63d commit 34ac28b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/ecr_gc_docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:16.04
FROM ubuntu:18.04

RUN apt-get update && apt-get install -y python-pip git && rm -rf /var/lib/apt/lists/* /var/log/dpkg.log
RUN apt-get update && apt-get install -y python3-pip git && rm -rf /var/lib/apt/lists/* /var/log/dpkg.log

ADD requirements.txt /requirements.txt

Expand Down

0 comments on commit 34ac28b

Please sign in to comment.