Skip to content

Commit

Permalink
Merge pull request #776 from slaclab/issue773
Browse files Browse the repository at this point in the history
Attempted fix for `pysmurf.__version__`.
  • Loading branch information
swh76 authored May 30, 2023
2 parents 926c818 + f286880 commit d437300
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ ENV PYTHONPATH /usr/local/src/smurf-pcie/firmware/submodules/axi-pcie-core/pytho
ARG branch
WORKDIR /usr/local/src
RUN git clone https://github.com/slaclab/pysmurf.git -b ${branch}
RUN git config --global --add safe.directory /usr/local/src/pysmurf
WORKDIR pysmurf
RUN mkdir build
WORKDIR build
Expand Down

0 comments on commit d437300

Please sign in to comment.