Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

Commit

Permalink
back
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdelgrosso committed Mar 7, 2021
1 parent 56c8cf1 commit 1eba94e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions .gitpod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ FROM gitpod/workspace-full-vnc
# Have all the qt stuff appear upon running (easier to debug root problems)
ENV QT_DEBUG_PLUGINS=1

# Have poetry use global pip by default (pip install --user isn't working in docker for some reason)
ENV PIP_USER=false

# Install linux packages
RUN sudo apt-get update \
&& sudo apt-get install -y \
Expand All @@ -29,6 +26,5 @@ RUN sudo apt-get update \
RUN python -m pip install --upgrade pip \
&& pip install poetry

# Install python packages
RUN poetry install


6 changes: 1 addition & 5 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,5 @@ image:
file: .gitpod.Dockerfile

tasks:
- init: poetry shell
- init: export PIP_USER=false && poetry install && poetry shell
command: pytest

vscode:
extensions:
- genuitecllc.codetogether@3.2.0:uGCWwQ8zxoiipOQSASw/dA==

0 comments on commit 1eba94e

Please sign in to comment.