We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f272e1 commit 5b24862Copy full SHA for 5b24862
ibpc_py/setup.py
@@ -9,7 +9,7 @@
9
10
setuptools.setup(
11
name="ibpc",
12
- version="0.0.5",
+ version="0.0.7",
13
packages=["ibpc"],
14
package_dir={"": "src"},
15
# package_data={'ibpc': ['templates/*.em']},
ibpc_py/src/ibpc/ibpc.py
@@ -278,6 +278,7 @@ def main():
278
args_dict["name"] = ESTIMATOR_CONTAINER
279
args_dict["network"] = "host"
280
args_dict["extension_blacklist"] = ({},)
281
+ args_dict["volume"] = [[f"{args_dict['dataset']}/models:/opt/ros/underlay/install/3d_models"], ]
282
if not args_dict["no_gpu"]:
283
args_dict["cuda"] = True
284
args_dict["nvidia"] = True
0 commit comments