diff --git a/fastrl.Dockerfile b/fastrl.Dockerfile index 053b88f..bd54a30 100644 --- a/fastrl.Dockerfile +++ b/fastrl.Dockerfile @@ -86,7 +86,7 @@ COPY --chown=$CONTAINER_USER:$CONTAINER_GROUP . fastrl RUN /bin/bash -c "if [[ $BUILD == 'dev' ]] ; then echo \"Development Build\" && cd data && mv pyproject.toml pyproject.toml_tmp && pip install -e . --no-dependencies && mv pyproject.toml_tmp pyproject.toml && cd ../; fi" -RUN /bin/bash -c "if [[ $BUILD == 'prod' ]] ; then echo \"Production Build\" && cd fastrl && pip install .[torchdata] --no-dependencies; fi" +RUN /bin/bash -c "if [[ $BUILD == 'prod' ]] ; then echo \"Production Build\" && cd fastrl && pip install \".[torchdata]\" --no-dependencies; fi" RUN /bin/bash -c "if [[ $BUILD == 'dev' ]] ; then echo \"Development Build\" && cd fastrl && pip install -e \".[dev]\" --no-dependencies ; fi" # RUN echo '#!/bin/bash\npip install -e .[dev] --no-dependencies && xvfb-run -s "-screen 0 1400x900x24" jupyter lab --ip=0.0.0.0 --port=8080 --allow-root --no-browser --NotebookApp.token='' --NotebookApp.password=''' >> run_jupyter.sh diff --git a/settings.ini b/settings.ini index e080f19..7dbfe00 100644 --- a/settings.ini +++ b/settings.ini @@ -16,7 +16,7 @@ license = apache2 status = 2 dep_links = https://download.pytorch.org/whl/nightly/cu117 requirements = torch>=2.0.0 -data_requirements = git+https://github.com/josiahls/data.git@main#egg=torchdata +data_requirements = 'git+https://github.com/josiahls/data.git@main#egg=torchdata' pip_requirements = gymnasium>=0.27.1 pyopengl pyglet tensorboard pygame pandas scipy scikit-learn fastcore fastprogress #nbformat>=4.2.0,<5.* conda_requirements =