Skip to content

Commit 3e8f345

Browse files
committed
Switch to alpine
Signed-off-by: Victor Chang <vicchang@nvidia.com>
1 parent 54d4944 commit 3e8f345

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CallbackApp.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
# See the License for the specific language governing permissions and
1010
# limitations under the License.
1111

12-
FROM python:3.10-slim-buster
12+
FROM python:3.10-alpine
1313

1414
WORKDIR /app
1515
COPY src/TaskManager/CallbackApp/app.py ./
1616
COPY src/TaskManager/CallbackApp/requirements.txt ./
1717

1818
RUN pip install -r requirements.txt
1919

20-
CMD ["/app/app.py"]
20+
CMD ["/usr/local/bin/python3", "/app/app.py"]

0 commit comments

Comments
 (0)