ROSE icon indicating copy to clipboard operation
ROSE copied to clipboard

Adjust Dockerfile to new version of pipenv

Open reihl opened this issue 1 year ago • 3 comments

pipenv has been change and now you need to use pipenv requirements to create requirements.txt file

reihl avatar Jul 14 '24 09:07 reihl

@nirs Hi Nir, Can we merge this one? Otherwise, students will need to run it manually

sleviim avatar Jul 15 '24 06:07 sleviim

Getting rid of pipenv is better, but if this works it is an easier change. This project does not need pipenv locking. pip install with requirements.txt file is better and much faster.

nirs avatar Jul 15 '24 22:07 nirs

Hi guys, we have a container friendly version in, no pipenv is used: https://github.com/RedHat-Israel/rose-game-engine

yaacov avatar Jul 17 '24 07:07 yaacov