We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0caaec5 commit af7e0a0Copy full SHA for af7e0a0
1 file changed
Dockerfile
@@ -16,7 +16,7 @@ COPY requirements.txt .
16
RUN pip install --no-cache-dir -r requirements.txt
17
18
# Install dev dependencies
19
-RUN pip install --no-cache-dir pytest tox matplotlib tkinter networkx
+RUN pip install --no-cache-dir pytest tox matplotlib networkx
20
21
# Copy source code
22
COPY . .
0 commit comments