Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
adding copyright headers
  • Loading branch information
ryanolson committed Jul 21, 2025
commit 17ae7ef17b2bd3482a86f0611282b345ed0e93da
3 changes: 3 additions & 0 deletions .devcontainer.template/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: Copyright (c) 2024-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

FROM nixl:v0.1.0.dev.0780842

# Install sudo, LLVM (latest stable), and configure passwordless sudo for all users
Expand Down
3 changes: 3 additions & 0 deletions .devcontainer.template/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: Copyright (c) 2024-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

maturin
patchelf
pre-commit
Loading