We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e51194 commit bd59563Copy full SHA for bd59563
Dockerfile
@@ -16,9 +16,9 @@ RUN wget https://github.com/Kitware/CMake/releases/download/v3.19.6/cmake-3.19.6
16
./cmake-3.19.6-Linux-x86_64.sh --skip-license --prefix=/usr/local
17
18
RUN git clone -b main https://@github.com/mdkul22/picomotion.git
19
-ENV PICO_SDK_PATH=/opt/picomotion/lib/pico-sdk
+ENV PICO_SDK_PATH=/opt/picomotion/extern/pico-sdk
20
# Export environment variables
21
-RUN echo "export PICO_SDK_PATH=/opt/picomotion/lib/pico-sdk" >> ~/.bashrc
+RUN echo "export PICO_SDK_PATH=/opt/picomotion/extern/pico-sdk" >> ~/.bashrc
22
23
# Set the working directory to the example project
24
WORKDIR /opt/picomotion
0 commit comments