Skip to content

Commit

Permalink
fixed codespace
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlue committed Aug 26, 2024
1 parent 9a77699 commit 7539ec7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@ USER vscode
COPY requirements.txt /tmp/requirements.txt
RUN pip install -r /tmp/requirements.txt

# Accept build argument for BIOBRICKS_TOKEN
ARG BIOBRICKS_TOKEN
ENV BIOBRICKS_TOKEN=${BIOBRICKS_TOKEN}
# This biobrick uses the default free token
ENV BIOBRICKS_TOKEN=VQF6Q2U-NKktZ31ioVYa9w

# Install biobricks and configure it
RUN /bin/bash -c 'source /etc/bash.bashrc && pipx install biobricks && biobricks version' \
Expand Down

0 comments on commit 7539ec7

Please sign in to comment.