mirror of
https://github.com/Syllo/nvtop.git
synced 2025-12-23 22:18:41 -05:00
Add missed '&&"
This commit is contained in:
@@ -17,7 +17,7 @@ RUN apt-get update && \
|
||||
# Get a recent-enough CMake
|
||||
RUN python3 -m venv /.venv && \
|
||||
. /.venv/bin/activate && \
|
||||
pip install --upgrade pip \
|
||||
pip install --upgrade pip && \
|
||||
pip install cmake
|
||||
|
||||
COPY . /nvtop
|
||||
|
||||
Reference in New Issue
Block a user