Skip to content

Commit e1c074f

Browse files
authored
Update Dockerfile
1 parent aa6c664 commit e1c074f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Sử dụng image chính thức của Python làm image gốc
22
FROM python:latest
33

4-
# Cập nhật danh sách package và cài đặt pip
4+
# Cập nhật danh sách package và cài đặt pip, sudo
55
RUN apt-get update && apt-get install -y \
6-
python3-pip
6+
sudo python3-pip
77

88
# Cài đặt JupyterLab
99
RUN pip install jupyterlab

0 commit comments

Comments
 (0)