Giulio D'Ippolito
Giulio D'Ippolito
# 🚀 feature request Hi! thanks for your great project. This really makes Python in Bazel a much better experience. ### Relevant Rules `python_register_toolchains` ### Description I was wondering if...
In the Readme file is suggested to mount a volume to the /opt/statsd directory to override some options. This is achieve via passing the `-v` option on the docker run...
# 🐞 bug report ### Affected Rule I suspect it is caused by `requirements.bzl` ### Is this a regression? No, it is also present in 0.8.0 ### Description Rules python...
# Description I'm not sure if the issue is with `rules_python` or Bazel but it is not possible to install a Python wheels with Bazel and rules_python if the wheels...
## Bug Description When installed with `rules_python` the python wheel`torch_tensorrt` is not made available in the runfiles folder and thefore an import error is raised: ``` ModuleNotFoundError: No module named...
**Is your feature request related to a problem? Please describe.** Running DefaultAzureCredentials authentication on different threads do not cache the token and would make separate authentication requests. This is especially...
I'm getting the following error when running a training job that was working fine in Pytorch 1.11 with 1.12: ``` File "/pip-dl_inplace_abn/inplace_abn/functions.py", line 227, in inplace_abn return InPlaceABN.apply( File "/pip-dl_inplace_abn/inplace_abn/functions.py",...
Hello, would it be possible to add support for the spark JDBC driver? I would like to use the sink to Databricks and I think we need to have the...
Hello, I'm using docker-machine AWS driver to spin up EC2 machines via Gitlab Autoscaling feature (reference: https://docs.gitlab.com/runner/configuration/runner_autoscale_aws/index.html). I would like the EC2 machines to be created in one of the...
**Related command** N/A **Is your feature request related to a problem? Please describe.** I believe [msrestazure](https://pypi.org/project/msrestazure/) has been widely deprecated and should be removed from the python dependencies. **Describe the...