okapusta

Results 2 issues of okapusta

Allow to pass environment variables to docker file template during build Example: ```yaml build: gpu: false environment: - ENV_VAR_NAME=some_value - SOME_OTHER_VAR=anything_goes predict: predict.py:Predictor ```

``` ➜ language_detection git:(ruby-3.4) ✗ ruby -v ruby 3.4.1 (2024-12-25 revision 48d4efcb85) +PRISM [x86_64-darwin23] ➜ language_detection git:(ruby-3.4) ✗ bundle exec rake Extension already compiled. To recompile set env variable RECOMPILE=true....