We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa6c664 commit e1c074fCopy full SHA for e1c074f
1 file changed
Dockerfile
@@ -1,9 +1,9 @@
1
# Sử dụng image chính thức của Python làm image gốc
2
FROM python:latest
3
4
-# Cập nhật danh sách package và cài đặt pip
+# Cập nhật danh sách package và cài đặt pip, sudo
5
RUN apt-get update && apt-get install -y \
6
- python3-pip
+ sudo python3-pip
7
8
# Cài đặt JupyterLab
9
RUN pip install jupyterlab
0 commit comments