@stencila/dockter
Advanced tools
Comparing version 0.14.1 to 0.14.2
@@ -83,3 +83,3 @@ "use strict"; | ||
installCommand(sysVersion) { | ||
return `pip${this.pythonVersionSuffix()} install --user --requirement requirements.txt`; | ||
return `pip${this.pythonVersionSuffix()} install --requirement requirements.txt`; | ||
} | ||
@@ -86,0 +86,0 @@ /** |
{ | ||
"name": "@stencila/dockter", | ||
"version": "0.14.1", | ||
"version": "0.14.2", | ||
"description": "A Docker image builder for researchers", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -116,3 +116,3 @@ import { SoftwarePackage } from '@stencila/schema' | ||
installCommand (sysVersion: string): string | undefined { | ||
return `pip${this.pythonVersionSuffix()} install --user --requirement requirements.txt` | ||
return `pip${this.pythonVersionSuffix()} install --requirement requirements.txt` | ||
} | ||
@@ -119,0 +119,0 @@ |
@@ -57,3 +57,3 @@ import { SoftwarePackage } from '@stencila/schema' | ||
RUN pip3 install --user --requirement requirements.txt | ||
RUN pip3 install --requirement requirements.txt | ||
@@ -100,3 +100,3 @@ COPY cmd.py cmd.py | ||
RUN pip install --user --requirement requirements.txt | ||
RUN pip install --requirement requirements.txt | ||
@@ -150,3 +150,3 @@ COPY cmd.py cmd.py | ||
RUN pip install --user --requirement requirements.txt | ||
RUN pip install --requirement requirements.txt | ||
@@ -153,0 +153,0 @@ COPY cmd.py cmd.py |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1114757
197