bin123apple / AutoCoder

We introduced a new model designed for the Code generation task. Its test accuracy on the HumanEval base dataset surpasses that of GPT-4 Turbo (April 2024) and GPT-4o.
https://arxiv.org/abs/2405.14906
Apache License 2.0
810 stars 69 forks source link

Sharing conda environment with host #4

Open matbee-eth opened 5 months ago

matbee-eth commented 5 months ago

Is it possible to share the host conda environments with the containers, and have them execute under a given environment?

bin123apple commented 5 months ago

Personally, I think although it is doable, sharing the host conda environments with the containers might affect the local environment. It is not very safe.

I am also not an expert in docker, if you find some better way to execute the generated code, welcome to submit a pull request! Thanks!