Skip to content

Commit

Permalink
Add copyright header to dockerfile (#180)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #180

As above, makes us compliant with Meta OSS policy

Reviewed By: louisfeng

Differential Revision: D50085255

fbshipit-source-id: ff9f2c6556d2974c7ce1a70c04ea55a4b792357a
  • Loading branch information
briancoutinho authored and facebook-github-bot committed Oct 9, 2023
1 parent 8727c93 commit 950cd3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dynolog.dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright (c) Meta Platforms, Inc. and affiliates.
FROM --platform=linux/amd64 amd64/ubuntu:20.04 AS ubuntu_build_x86
# This required to avoid interactive build for tzdata
ENV DEBIAN_FRONTEND=noninteractive
Expand Down
1 change: 1 addition & 0 deletions dynolog_hta.dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright (c) Meta Platforms, Inc. and affiliates.
FROM pytorch/pytorch:2.0.1-cuda11.7-cudnn8-devel
RUN apt update

Expand Down

0 comments on commit 950cd3f

Please sign in to comment.