Skip to content

Commit

Permalink
Merge pull request scipy#13667 from trallard/trallard-patch-3
Browse files Browse the repository at this point in the history
MAINT: Make latest Docker image default
  • Loading branch information
rgommers authored Mar 9, 2021
2 parents 9ebe127 + afef126 commit 69a7752
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 49 deletions.
3 changes: 2 additions & 1 deletion tools/docker_dev/.gitpod.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Using the Scipy-dev Docker image as a base
# This way, we ensure we have all the needed compilers and dependencies
# while reducing the build time
ARG BASE_CONTAINER=scipy/scipy-dev:20210217-master-395b89d6
ARG BASE_CONTAINER=scipy/scipy-dev:latest
FROM ${BASE_CONTAINER}

# -----------------------------------------------------------------------------
Expand All @@ -10,6 +10,7 @@ FROM ${BASE_CONTAINER}
RUN apt-get update && \
apt-get install -yq --no-install-recommends \
bash-completion \
git \
htop \
jq \
less \
Expand Down
48 changes: 0 additions & 48 deletions tools/docker_dev/docker_tags.sh

This file was deleted.

0 comments on commit 69a7752

Please sign in to comment.