Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docker/Dockerfile.x64
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ RUN apt-get update && apt-get install -y \
# Install PyTorch
COPY requirements.txt /tmp/requirements.txt
RUN pip3 install -r /tmp/requirements.txt
RUN pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
RUN pip install torch==1.13.1+cu117 torchvision==0.14.1+cu117 torchaudio==0.13.1 --index-url https://download.pytorch.org/whl/cu117


# Install other Python packages
RUN pip3 install cupy-cuda11x scikit-learn
Expand All @@ -43,4 +44,4 @@ RUN apt install -y ros-noetic-pybind11-catkin \
ros-noetic-ros-numpy

RUN pip3 install catkin-tools
ENV TURTLEBOT3_MODEL=waffle
ENV TURTLEBOT3_MODEL=waffle