Skip to content

Commit

Permalink
Update fastrl.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
josiahls authored Oct 15, 2023
1 parent 9ec7d03 commit d845419
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fastrl.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ COPY --chown=$CONTAINER_USER:$CONTAINER_GROUP . fastrl
RUN ls -la
RUN ls -la fastrl
RUN ls -la fastrl/fastrl
RUN sudo apt-get -y install cmake

RUN /bin/bash -c "if [[ $BUILD == 'dev' ]] ; then echo \"Development Build\" && cd fastrl/data && mv pyproject.toml pyproject.toml_tmp && pip install -e . --no-dependencies && mv pyproject.toml_tmp pyproject.toml && cd ../; fi"

Expand Down

0 comments on commit d845419

Please sign in to comment.