Skip to content

Commit d334c69

Browse files
committed
fix error in 'pip install psutil'
1 parent 9a70b2e commit d334c69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ RUN apt-get update && \
1919
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
2020

2121
# install useful python packages
22+
RUN pip install --upgrade pip
2223
RUN pip install memsql ipython psutil
2324

2425
# configure locale for utf-8

0 commit comments

Comments
 (0)