Skip to content

Instantly share code, notes, and snippets.

@sbalnojan
Created August 28, 2019 19:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sbalnojan/5131114c009babc7a48b457482f56e5a to your computer and use it in GitHub Desktop.
Save sbalnojan/5131114c009babc7a48b457482f56e5a to your computer and use it in GitHub Desktop.
containers:
build-env:
image: python:3.7
working_directory: /src
environment:
PYTHONPATH: "/src"
run_as_current_user:
enabled: true
home_directory: /home/container-user
tasks:
shell:
description: Install deps; Start a shell in the development environment.
group: Utility tasks
run:
container: build-env
command: sh -c 'pip install --user pipenv; /bin/sh'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment