Skip to content

Commit

Permalink
Merge pull request #786 from slaclab/update_pcie
Browse files Browse the repository at this point in the history
Change PCIE Repo to known stable version
  • Loading branch information
swh76 authored Sep 27, 2023
2 parents d5ea315 + 1f14373 commit 19d236c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ COPY local_files /tmp/fw/

# Install the SMURF PCIe card repository
WORKDIR /usr/local/src
RUN git clone https://github.com/slaclab/smurf-pcie.git -b v3.0.2
RUN git clone https://github.com/slaclab/smurf-pcie.git -b v2.0.0.1
WORKDIR smurf-pcie
RUN sed -i -e 's|[email protected]:|https://github.com/|g' .gitmodules
RUN git submodule sync && git submodule update --init --recursive
ENV PYTHONPATH /usr/local/src/smurf-pcie/software/python:${PYTHONPATH}
ENV PYTHONPATH /usr/local/src/smurf-pcie/firmware/submodules/axi-pcie-core/python:${PYTHONPATH}
Expand Down

0 comments on commit 19d236c

Please sign in to comment.