Skip to content

Commit 5d78a4a

Browse files
using workdir /app
1 parent 53b649d commit 5d78a4a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
# your code, the base image and any additional dependencies you need.
33
FROM waggle/plugin-base:1.1.1-base
44

5+
WORKDIR /app
6+
57
# Now we include the Python requirements.txt file and install any missing dependencies.
68
COPY requirements.txt .
79
RUN pip3 install --no-cache-dir -r requirements.txt

sage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: "numpy-example"
22
description: "Numpy example which computes some stats of a test frame."
3-
version: "0.2.1"
3+
version: "0.2.2"
44
authors: "Sean Shahkarami <[email protected]>"
55
keywords: "example, tutorial, numpy, hackathon"
66
source:

0 commit comments

Comments
 (0)