Skip to content

Images for running pipenv on linux and windows(wine)

Notifications You must be signed in to change notification settings

diegocolombo/pipenv-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Pipenv Images for linux and wine


Thoses images were made to be used with gitlab ci (mainly for pipenv + pyinstaller), but can be used as a regular container too.

Usage


docker run -dti tuoni/pipenv-wine:python37 /bin/bash

Then copy the sources file into the running container.

docker cp myrepo mycontainer:/

Attach the container and build

docker attach mycontainer
root@7bb22217c96b:~# cd myrepo
root@7bb22217c96b:/myrepo# pipenv update && pipenv run pyinstaller --onefile myfile.py

You can retrieve the generated build by running

docker cp mycontainer:/myrepo/dist/myfile.exe

About

Images for running pipenv on linux and windows(wine)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published