Skip to content

Commit 2251e9a

Browse files
committed
Remove unused file path contain "/tmp/" which caused security warning
Signed-off-by: M Q <mingmelvinq@nvidia.com>
1 parent 5fa9ae4 commit 2251e9a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

monai/deploy/packager/util.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ def build_image(args: dict, temp_dir: str):
177177
requirements_file.write(line)
178178
else:
179179
requirements_file.writelines("\n".join(pip_packages))
180-
map_requirements_path = "/tmp/requirements.txt"
181180

182181
# Copy model files to temp directory (under 'model' folder)
183182
target_models_path = os.path.join(temp_dir, "models")

0 commit comments

Comments
 (0)