Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
FROM ubuntu:25.04@sha256:95a416ad2446813278ec13b7efdeb551190c94e12028707dd7525632d3cec0d1

ARG HTTP_PROXY
ENV PCM_DIRECTORY=/opt/intel

# Optional: Set APT proxy if needed
Expand Down
1 change: 0 additions & 1 deletion docker/docker-compose-reg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ services:
pid: host
network_mode: "host"
environment:
- HTTP_PROXY=${HTTP_PROXY}
- NPU_LOG=/tmp/results/npu_usage.csv
volumes:
- ${log_dir}:/tmp/results
Expand Down
3 changes: 1 addition & 2 deletions docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ services:
pid: host
network_mode: "host"
environment:
- HTTP_PROXY=${HTTP_PROXY}
- NPU_LOG=/tmp/results/npu_usage.csv
volumes:
- ${log_dir}:/tmp/results
Expand All @@ -29,4 +28,4 @@ services:
- "/sys:/sys"
- "/dev:/dev"
- "/run:/run"
- "/proc:/proc"
- "/proc:/proc"
Loading