Skip to content

Commit 636e7af

Browse files
committed
[Update] numpyのアップデートに対応
1 parent c4b8dc6 commit 636e7af

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"extensions": [
3434
"ms-python.python"
3535
],
36-
"postCreateCommand": "~/.pyenv/versions/ompl/bin/python -m pip install -r requirements.txt",
36+
"postCreateCommand": "~/.pyenv/versions/ompl/bin/python -m pip install --upgrade pip && ~/.pyenv/versions/ompl/bin/python -m pip install -r requirements.txt",
3737
"runArgs": [
3838
"-v",
3939
"/tmp/.X11-unix:/tmp/.X11-unix",

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ LABEL maintainer="Ryo Kabutan"
55
# RUN apt install -y libxkbcommon-x11-0
66
RUN mkdir -p ~/.config/matplotlib
77
RUN echo "backend : tkAgg" > ~/.config/matplotlib/matplotlibrc
8-
# RUN echo "export DISPLAY=:1" > ~/.bashrc
8+
RUN echo "export DISPLAY=:0" > ~/.bashrc

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
numpy
1+
numpy>=1.24.4
22
pyplusplus
33
pygccxml
44
matplotlib

0 commit comments

Comments
 (0)